mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-23 14:58:07 +08:00
version bump
This commit is contained in:
8
Changes
8
Changes
@@ -1,3 +1,11 @@
|
||||
feedgnuplot (1.41)
|
||||
|
||||
* Histograms: --xlen can coexist with --xmin/--xmax
|
||||
* Histograms: work as expected with --xlen and --monotonic
|
||||
* Histograms: better sanity checking of options
|
||||
|
||||
-- Dima Kogan <dima@secretsauce.net> Fri, 24 Feb 2017 23:42:28 -0800
|
||||
|
||||
feedgnuplot (1.40)
|
||||
|
||||
* If the options couldn't be parsed I don't dump the whole manpage
|
||||
|
@@ -15,7 +15,7 @@ use Text::ParseWords; # for shellwords
|
||||
use Pod::Usage;
|
||||
use Time::Piece;
|
||||
|
||||
my $VERSION = 1.40;
|
||||
my $VERSION = 1.41;
|
||||
|
||||
my %options;
|
||||
interpretCommandline();
|
||||
|
Reference in New Issue
Block a user