From 699554681a225ba7ec617a92a81b5307f8d2770b Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 6 Feb 2011 15:57:07 -0800 Subject: [PATCH] version bump, changelog update --- Changes | 4 ++++ bin/feedGnuplot | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index af03984..0cfcce4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for feedGnuplot +1.08 2011/02/06 + No more dependency on List::MoreUtils. Stock perl install is + now sufficient + 1.07 2011/02/04 Checking for threaded perl during testing, not execution. This should now REALLY pass CPAN testers' checks. Also updated some diff --git a/bin/feedGnuplot b/bin/feedGnuplot index a820fd9..e3a253e 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -12,7 +12,7 @@ use Thread::Queue; -our $VERSION = '1.07'; +our $VERSION = '1.08'; my %options; interpretCommandline(\%options);