version bump

This commit is contained in:
Dima Kogan 2018-02-23 10:21:29 -08:00
parent 9df57fb65f
commit e8f9e09090
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
feedgnuplot (1.47)
* Fixed typo. Everything is un-broken now
-- Dima Kogan <dima@secretsauce.net> Fri, 23 Feb 2018 10:21:13 -0800
feedgnuplot (1.46) feedgnuplot (1.46)
* Added --tuplesize and --tuplesizeall as alternatives to --rangesize * Added --tuplesize and --tuplesizeall as alternatives to --rangesize

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.46'; my $VERSION = '1.47';
my %options; my %options;
interpretCommandline(); interpretCommandline();