mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-23 22:31:16 +08:00
version bump
This commit is contained in:
parent
e4523f97e7
commit
373b97092e
6
Changes
6
Changes
@ -1,3 +1,9 @@
|
||||
feedgnuplot (1.53)
|
||||
|
||||
* Full support for all 4 axes. Added --x2...
|
||||
|
||||
-- Dima Kogan <dkogan@debian.org> Wed, 08 Jan 2020 18:55:29 -0800
|
||||
|
||||
feedgnuplot (1.52)
|
||||
|
||||
* Added --squarexy and --square-xy as synonyms to --square_xy
|
||||
|
@ -16,7 +16,7 @@ use Pod::Usage;
|
||||
use Time::Piece;
|
||||
|
||||
# Makefile.PL assumes this is in ''
|
||||
my $VERSION = '1.52';
|
||||
my $VERSION = '1.53';
|
||||
|
||||
my %options;
|
||||
interpretCommandline();
|
||||
|
Loading…
Reference in New Issue
Block a user