mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
version bump
This commit is contained in:
parent
b0fcad93ae
commit
6f1795ff7d
6
Changes
6
Changes
@ -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
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user