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 a020a38 commit 8bc95b9Copy full SHA for 8bc95b9
Changes
@@ -1,3 +1,9 @@
1
+feedgnuplot (1.59)
2
+
3
+ * --timefmt --histogram work together
4
5
+ -- Dima Kogan <[email protected]> Thu, 22 Jul 2021 17:52:08 -0700
6
7
feedgnuplot (1.58)
8
9
* Added --using, --usingall
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.58';
+my $VERSION = '1.59';
20
21
my %options;
22
interpretCommandline();
0 commit comments