From 40fea5eb7f32beeffb02dc3587df7e8b7814bcd6 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 29 Sep 2018 10:57:37 -0700 Subject: [PATCH] changelog bump --- Changes | 6 ++++++ bin/feedgnuplot | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 3ecbf94..87b3c38 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.51) + + * Added .gp "terminal" to create self-plotting gnuplot files + + -- Dima Kogan Sat, 29 Sep 2018 10:56:30 -0700 + feedgnuplot (1.50) * Script waits for the plot window to close before exiting diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 48a0838..0864fda 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -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();