mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
version bump
This commit is contained in:
parent
ea3c1d4bd7
commit
c7c7c3f216
4
Changes
4
Changes
@ -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
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user