minor version bump

This commit is contained in:
Dima Kogan 2013-12-04 21:16:48 -08:00
parent 64bce2a425
commit caea1285a9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
feedgnuplot (1.29) unstable; urgency=low
* added CPAN meta-data to require IPC::Run at build time
-- Dima Kogan <dima@secretsauce.net> Wed, 04 Dec 2013 21:12:40 -0800
feedgnuplot (1.28)
* Minor POD update

View File

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