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
6cb1574e2b
commit
d75b572875
7
Changes
7
Changes
@ -1,3 +1,10 @@
|
||||
feedgnuplot (1.32)
|
||||
|
||||
* Added --rangesize and --rangesizeall. Different curves can now plot
|
||||
different-size tuples
|
||||
|
||||
-- Dima Kogan <dima@secretsauce.net> Wed, 05 Feb 2014 13:57:58 -0800
|
||||
|
||||
feedgnuplot (1.31)
|
||||
|
||||
* Test suite requires gawk to get strftime()
|
||||
|
@ -13,7 +13,7 @@ use Thread::Queue;
|
||||
use Pod::Usage;
|
||||
use Time::Piece;
|
||||
|
||||
my $VERSION = 1.31;
|
||||
my $VERSION = 1.32;
|
||||
|
||||
my %options;
|
||||
interpretCommandline();
|
||||
|
Loading…
Reference in New Issue
Block a user