version bump

This commit is contained in:
Dima Kogan 2011-04-09 14:06:27 -07:00
parent ea3c1d4bd7
commit c7c7c3f216
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
Revision history for feedGnuplot Revision history for feedGnuplot
1.10 2011/04/09
POD updates, --legend and --curvestyle now take in both the curve
they are addressing AND the value itself
1.09 2011/04/03 1.09 2011/04/03
Better square aspect ratio support, minor POD updates and bug Better square aspect ratio support, minor POD updates and bug
fixes fixes

View File

@ -12,7 +12,7 @@ use Thread::Queue;
use Pod::Usage; use Pod::Usage;
our $VERSION = '1.09'; our $VERSION = '1.10';
my %options; my %options;
interpretCommandline(\%options); interpretCommandline(\%options);