version bump

This commit is contained in:
Dima Kogan 2017-02-24 23:44:20 -08:00
parent 64b12e4738
commit a0c9e6e8bc
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
feedgnuplot (1.41)
* Histograms: --xlen can coexist with --xmin/--xmax
* Histograms: work as expected with --xlen and --monotonic
* Histograms: better sanity checking of options
-- Dima Kogan <dima@secretsauce.net> Fri, 24 Feb 2017 23:42:28 -0800
feedgnuplot (1.40) feedgnuplot (1.40)
* If the options couldn't be parsed I don't dump the whole manpage * If the options couldn't be parsed I don't dump the whole manpage

View File

@ -15,7 +15,7 @@ use Text::ParseWords; # for shellwords
use Pod::Usage; use Pod::Usage;
use Time::Piece; use Time::Piece;
my $VERSION = 1.40; my $VERSION = 1.41;
my %options; my %options;
interpretCommandline(); interpretCommandline();