From 9b3cbc13be06471f372560c17a48bfc37a1a82d6 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Thu, 6 Feb 2014 23:17:29 -0800 Subject: [PATCH] version bump --- Changes | 6 ++++++ bin/feedgnuplot | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 63fb7f1..d998182 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.33) + + * fixed incorrect plotting of --timefmt --rangesize plots + + -- Dima Kogan Thu, 06 Feb 2014 23:17:21 -0800 + feedgnuplot (1.32) * Added --rangesize and --rangesizeall. Different curves can now plot diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 636bc19..e1e6d10 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -13,7 +13,7 @@ use Thread::Queue; use Pod::Usage; use Time::Piece; -my $VERSION = 1.32; +my $VERSION = 1.33; my %options; interpretCommandline();