Skip to content

Commit 18994e6

Browse files
committed
version bump
1 parent f8ed461 commit 18994e6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changes

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
feedgnuplot (1.38)
2+
3+
* hardcopy defaults:
4+
- no enhanced text mode
5+
- larger font size
6+
7+
-- Dima Kogan <dima@secretsauce.net> Wed, 27 Jul 2016 22:15:11 -0700
8+
19
feedgnuplot (1.37)
210

311
* At the end of a streaming plot, include the last chunk of data

bin/feedgnuplot

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use Text::ParseWords; # for shellwords
1414
use Pod::Usage;
1515
use Time::Piece;
1616

17-
my $VERSION = 1.37;
17+
my $VERSION = 1.38;
1818

1919
my %options;
2020
interpretCommandline();

0 commit comments

Comments
 (0)