version bump

This commit is contained in:
Dima Kogan 2018-02-24 12:34:18 -08:00
parent 938e360e84
commit 319e86b667
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
feedgnuplot (1.48)
* --vnlog works properly with --domain
-- Dima Kogan <dima@secretsauce.net> Sat, 24 Feb 2018 12:33:50 -0800
feedgnuplot (1.47) feedgnuplot (1.47)
* Fixed typo. Everything is un-broken now * Fixed typo. Everything is un-broken now

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