version bump, changelog update

This commit is contained in:
Dima Kogan 2011-02-06 15:57:07 -08:00
parent cf8ec77201
commit 699554681a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -12,7 +12,7 @@ use Thread::Queue;
our $VERSION = '1.07';
our $VERSION = '1.08';
my %options;
interpretCommandline(\%options);