version bump

This commit is contained in:
Dima Kogan 2020-04-17 14:07:08 -07:00
parent 2e6c9d6ea3
commit 4e85f991c4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
feedgnuplot (1.54)
* Added --every and --everyall to decimate the input data
* --timefmt can be used with --histogram
-- Dima Kogan <dkogan@debian.org> Fri, 17 Apr 2020 14:06:55 -0700
feedgnuplot (1.53)
* Full support for all 4 axes. Added --x2...

View File

@ -16,7 +16,7 @@ use Pod::Usage;
use Time::Piece;
# Makefile.PL assumes this is in ''
my $VERSION = '1.53';
my $VERSION = '1.54';
my %options;
interpretCommandline();