From a0c9e6e8bc3fca4a3be08262518a0ff1cacc08cc Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 24 Feb 2017 23:44:20 -0800 Subject: [PATCH] version bump --- Changes | 8 ++++++++ bin/feedgnuplot | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 012010d..68f8a1b 100644 --- a/Changes +++ b/Changes @@ -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 Fri, 24 Feb 2017 23:42:28 -0800 + feedgnuplot (1.40) * If the options couldn't be parsed I don't dump the whole manpage diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 9086eeb..6d4c5f5 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -15,7 +15,7 @@ use Text::ParseWords; # for shellwords use Pod::Usage; use Time::Piece; -my $VERSION = 1.40; +my $VERSION = 1.41; my %options; interpretCommandline();