mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
version bump
This commit is contained in:
parent
a65abc6095
commit
9b3cbc13be
6
Changes
6
Changes
@ -1,3 +1,9 @@
|
|||||||
|
feedgnuplot (1.33)
|
||||||
|
|
||||||
|
* fixed incorrect plotting of --timefmt --rangesize plots
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Thu, 06 Feb 2014 23:17:21 -0800
|
||||||
|
|
||||||
feedgnuplot (1.32)
|
feedgnuplot (1.32)
|
||||||
|
|
||||||
* Added --rangesize and --rangesizeall. Different curves can now plot
|
* Added --rangesize and --rangesizeall. Different curves can now plot
|
||||||
|
@ -13,7 +13,7 @@ use Thread::Queue;
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.32;
|
my $VERSION = 1.33;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user