mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-24 14:51:11 +08:00
changelog bump
This commit is contained in:
parent
f38a00bfd1
commit
9387a85fe6
6
Changes
6
Changes
@ -1,3 +1,9 @@
|
|||||||
|
feedgnuplot (1.30) unstable; urgency=low
|
||||||
|
|
||||||
|
* Added --with, --set, --unset, --style, --styleall
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Fri, 24 Jan 2014 15:38:07 -0800
|
||||||
|
|
||||||
feedgnuplot (1.29) unstable; urgency=low
|
feedgnuplot (1.29) unstable; urgency=low
|
||||||
|
|
||||||
* added CPAN meta-data to require IPC::Run at build time
|
* added CPAN meta-data to require IPC::Run at build time
|
||||||
|
@ -13,7 +13,7 @@ use Thread::Queue;
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.29;
|
my $VERSION = 1.30;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user