mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-23 14:58:07 +08:00
version bump
This commit is contained in:
6
Changes
6
Changes
@@ -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)
|
||||
|
||||
* Added --tuplesize and --tuplesizeall as alternatives to --rangesize
|
||||
|
@@ -16,7 +16,7 @@ use Pod::Usage;
|
||||
use Time::Piece;
|
||||
|
||||
# Makefile.PL assumes this is in ''
|
||||
my $VERSION = '1.46';
|
||||
my $VERSION = '1.47';
|
||||
|
||||
my %options;
|
||||
interpretCommandline();
|
||||
|
Reference in New Issue
Block a user