mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
changelog bump
This commit is contained in:
parent
016c7ebfa9
commit
40fea5eb7f
6
Changes
6
Changes
@ -1,3 +1,9 @@
|
|||||||
|
feedgnuplot (1.51)
|
||||||
|
|
||||||
|
* Added .gp "terminal" to create self-plotting gnuplot files
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Sat, 29 Sep 2018 10:56:30 -0700
|
||||||
|
|
||||||
feedgnuplot (1.50)
|
feedgnuplot (1.50)
|
||||||
|
|
||||||
* Script waits for the plot window to close before exiting
|
* Script waits for the plot window to close before exiting
|
||||||
|
@ -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.50';
|
my $VERSION = '1.51';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user