version bump

This commit is contained in:
Dima Kogan 2018-08-24 13:11:13 -07:00
parent ba0f2eee08
commit 350b2db022
2 changed files with 12 additions and 1 deletions

11
Changes
View File

@ -1,3 +1,14 @@
feedgnuplot (1.50)
* Script waits for the plot window to close before exiting
Instead of sleeping forever. This is really nice! I no longer need
to quit the plot window AND then C-c. Quitting the plot window is
now sufficient
* by default --image sets range noextend
* tab-completion knows about the fnormal distribution
-- Dima Kogan <dkogan@debian.org> Fri, 24 Aug 2018 13:11:05 -0700
feedgnuplot (1.49)
* --vnl now works with plots that have rangesize > 1

View File

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