From 80b60309962a843d4a4a37f45ccd745fc40b576a Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 1 Jan 2016 08:11:45 -0800 Subject: [PATCH] version bump --- Changes | 7 +++++++ bin/feedgnuplot | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 79bc584..34cb996 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +feedgnuplot (1.37) + + * At the end of a streaming plot, include the last chunk of data + * Added --equation to the completions + + -- Dima Kogan Fri, 01 Jan 2016 08:09:43 -0800 + feedgnuplot (1.36) * Added --equation to plot symbolic equations diff --git a/bin/feedgnuplot b/bin/feedgnuplot index b68edf3..9789769 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -14,7 +14,7 @@ use Text::ParseWords; # for shellwords use Pod::Usage; use Time::Piece; -my $VERSION = 1.36; +my $VERSION = 1.37; my %options; interpretCommandline();