mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
version bump
This commit is contained in:
parent
4244299169
commit
c8dac15db3
7
Changes
7
Changes
@ -1,3 +1,10 @@
|
|||||||
|
feedgnuplot (1.55)
|
||||||
|
|
||||||
|
* Fixed regression introduced in 1.54:
|
||||||
|
--style now correctly overrides --with
|
||||||
|
|
||||||
|
-- Dima Kogan <dkogan@debian.org> Mon, 20 Jul 2020 15:51:23 -0700
|
||||||
|
|
||||||
feedgnuplot (1.54)
|
feedgnuplot (1.54)
|
||||||
|
|
||||||
* Added --every and --everyall to decimate the input data
|
* Added --every and --everyall to decimate the input data
|
||||||
|
@ -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.54';
|
my $VERSION = '1.55';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user