version bump

This commit is contained in:
Dima Kogan 2021-08-27 10:46:28 -07:00
parent b0fcad93ae
commit 6f1795ff7d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
feedgnuplot (1.60)
* Test suite fix: we have the right number of tests
-- Dima Kogan <dkogan@debian.org> Fri, 27 Aug 2021 10:46:18 -0700
feedgnuplot (1.59) feedgnuplot (1.59)
* --timefmt --histogram work together * --timefmt --histogram work together

View File

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