version bump

This commit is contained in:
Dima Kogan 2013-12-03 23:38:18 -08:00
parent cc0b41e270
commit dd8bc8995d
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
feedgnuplot (1.27)
* Disabled tests that can fail on some arches (can be re-enabled with
environment variable)
* Removed sample debianization; this program is now in Debian proper
-- Dima Kogan <dima@secretsauce.net> Tue, 03 Dec 2013 23:37:40 -0800
feedgnuplot (1.26)
* Minor POD fixes

View File

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