version bump

This commit is contained in:
Dima Kogan 2011-01-23 23:40:15 -08:00
parent 2912b90f40
commit 46e0064a33
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
Revision history for feedGnuplot
1.01 2011/01/23
Documentation and packaging updates
1.00 2011/01/23
Initial version uploaded to CPAN

View File

@ -10,7 +10,7 @@ use threads::shared;
use Thread::Queue;
use Text::ParseWords;
our $VERSION = '1.00';
our $VERSION = '1.01';
open(GNUPLOT_VERSION, 'gnuplot --version |');
my ($gnuplotVersion) = <GNUPLOT_VERSION> =~ /gnuplot\s*(\d*\.\d*)/;