version bump

This commit is contained in:
Dima Kogan 2021-02-21 13:56:41 -08:00
parent 577c2da307
commit f1d03d42c7
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
feedgnuplot (1.57) unstable; urgency=medium
* Added --xticlabels to label the x-axis tics from the data
* Added --equation-above and --equation-below to control the equation
drawing sequence
-- Dima Kogan <dkogan@debian.org> Sun, 21 Feb 2021 13:56:23 -0800
feedgnuplot (1.56) unstable; urgency=medium feedgnuplot (1.56) unstable; urgency=medium
* Updated default hardcopy settings * Updated default hardcopy settings

View File

@ -16,7 +16,7 @@ use Pod::Usage;
use Time::Piece; use Time::Piece;
# Makefile.PL assumes this is in '' # Makefile.PL assumes this is in ''
my $VERSION = '1.56'; my $VERSION = '1.57';
my %options; my %options;
interpretCommandline(); interpretCommandline();