diff --git a/Changes b/Changes index 6d275a4..4ec0603 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.53) + + * Full support for all 4 axes. Added --x2... + + -- Dima Kogan Wed, 08 Jan 2020 18:55:29 -0800 + feedgnuplot (1.52) * Added --squarexy and --square-xy as synonyms to --square_xy diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 7e40a1d..b5672ed 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.52'; +my $VERSION = '1.53'; my %options; interpretCommandline();