changelog bump

This commit is contained in:
Dima Kogan 2014-01-24 15:47:47 -08:00
parent f38a00bfd1
commit 9387a85fe6
2 changed files with 7 additions and 1 deletions

View File

@ -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
* added CPAN meta-data to require IPC::Run at build time

View File

@ -13,7 +13,7 @@ use Thread::Queue;
use Pod::Usage;
use Time::Piece;
my $VERSION = 1.29;
my $VERSION = 1.30;
my %options;
interpretCommandline();