version bump

This commit is contained in:
Dima Kogan 2020-01-08 18:55:52 -08:00
parent e4523f97e7
commit 373b97092e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
feedgnuplot (1.53)
* Full support for all 4 axes. Added --x2...
-- Dima Kogan <dkogan@debian.org> Wed, 08 Jan 2020 18:55:29 -0800
feedgnuplot (1.52)
* Added --squarexy and --square-xy as synonyms to --square_xy

View File

@ -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();