From 1dad122cb91c1ed729e1842e2eeb4a9e95f814bc Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 20 Oct 2013 01:18:20 -0700 Subject: [PATCH] changelog bump --- Changes | 10 ++++++++-- bin/feedgnuplot | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 491dfd7..58503c5 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,10 @@ -feedgnuplot (1.25) unstable; urgency=low +feedgnuplot (1.26) + + * Minor POD fixes + + -- Dima Kogan Sun, 20 Oct 2013 01:17:57 -0700 + +feedgnuplot (1.25) * Added test suite * Added initial support for --timefmt. Currently time/date data is @@ -12,7 +18,7 @@ feedgnuplot (1.25) unstable; urgency=low -- Dima Kogan Sun, 20 Oct 2013 00:09:36 -0700 -feedgnuplot (1.24) unstable; urgency=low +feedgnuplot (1.24) * Fixed regression in --monotonic. This works again now * moved POD back into the main source file. This fixes the broken usage diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 65d6481..94c9912 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -13,7 +13,7 @@ use Thread::Queue; use Pod::Usage; use Time::Piece; -my $VERSION = 1.25; +my $VERSION = 1.26; my %options; interpretCommandline();