changelog bump

This commit is contained in:
Dima Kogan 2018-09-29 10:57:37 -07:00
parent 016c7ebfa9
commit 40fea5eb7f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
feedgnuplot (1.51)
* Added .gp "terminal" to create self-plotting gnuplot files
-- Dima Kogan <dima@secretsauce.net> Sat, 29 Sep 2018 10:56:30 -0700
feedgnuplot (1.50)
* Script waits for the plot window to close before exiting

View File

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