diff --git a/Changes b/Changes index 37b4d17..af295f0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ 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 Better square aspect ratio support, minor POD updates and bug fixes diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 559468b..b74d9a4 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -12,7 +12,7 @@ use Thread::Queue; use Pod::Usage; -our $VERSION = '1.09'; +our $VERSION = '1.10'; my %options; interpretCommandline(\%options);