mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
version bump
This commit is contained in:
parent
cc0b41e270
commit
dd8bc8995d
8
Changes
8
Changes
@ -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)
|
feedgnuplot (1.26)
|
||||||
|
|
||||||
* Minor POD fixes
|
* Minor POD fixes
|
||||||
|
@ -13,7 +13,7 @@ use Thread::Queue;
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.26;
|
my $VERSION = 1.27;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user