changelog bump

This commit is contained in:
Dima Kogan 2018-03-16 13:53:01 -07:00
parent 0f85110a38
commit e865871492
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
feedgnuplot (1.49)
* --vnl now works with plots that have rangesize > 1
* zsh completion: --xlen argument isn't optional
-- Dima Kogan <dima@secretsauce.net> Fri, 16 Mar 2018 13:52:28 -0700
feedgnuplot (1.48) feedgnuplot (1.48)
* --vnlog works properly with --domain * --vnlog works properly with --domain

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