mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-23 22:31:16 +08:00
changelog bump, release
This commit is contained in:
parent
ba112a3bd9
commit
defcf5ef59
6
Changes
6
Changes
@ -1,3 +1,9 @@
|
||||
feedgnuplot (1.44)
|
||||
|
||||
* --image draws its output beneath everything else
|
||||
|
||||
-- Dima Kogan <dima@secretsauce.net> Tue, 20 Jun 2017 16:44:30 -0700
|
||||
|
||||
feedgnuplot (1.43)
|
||||
|
||||
* Added --image
|
||||
|
@ -15,7 +15,7 @@ use Text::ParseWords; # for shellwords
|
||||
use Pod::Usage;
|
||||
use Time::Piece;
|
||||
|
||||
my $VERSION = 1.43;
|
||||
my $VERSION = 1.44;
|
||||
|
||||
my %options;
|
||||
interpretCommandline();
|
||||
|
Loading…
Reference in New Issue
Block a user