From 54fc8c625d2ae2d8cdf9798f71424a68f75016f1 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 25 Aug 2019 15:32:55 -0700 Subject: [PATCH] version bump --- Changes | 6 ++++++ bin/feedgnuplot | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 87b3c38..6d275a4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.52) + + * Added --squarexy and --square-xy as synonyms to --square_xy + + -- Dima Kogan Sun, 25 Aug 2019 15:32:37 -0700 + feedgnuplot (1.51) * Added .gp "terminal" to create self-plotting gnuplot files diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 07e5ee7..c3c6a37 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.51'; +my $VERSION = '1.52'; my %options; interpretCommandline();