We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fcad9 commit 6f1795fCopy full SHA for 6f1795f
Changes
@@ -1,3 +1,9 @@
1
+feedgnuplot (1.60)
2
+
3
+ * Test suite fix: we have the right number of tests
4
5
+ -- Dima Kogan <[email protected]> Fri, 27 Aug 2021 10:46:18 -0700
6
7
feedgnuplot (1.59)
8
9
* --timefmt --histogram work together
bin/feedgnuplot
@@ -16,7 +16,7 @@ use Pod::Usage;
16
use Time::Piece;
17
18
# Makefile.PL assumes this is in ''
19
-my $VERSION = '1.59';
+my $VERSION = '1.60';
20
21
my %options;
22
interpretCommandline();
0 commit comments