mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
version bump
This commit is contained in:
parent
64b12e4738
commit
a0c9e6e8bc
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)
|
feedgnuplot (1.40)
|
||||||
|
|
||||||
* If the options couldn't be parsed I don't dump the whole manpage
|
* 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 Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.40;
|
my $VERSION = 1.41;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user