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
2912b90f40
commit
46e0064a33
3
Changes
3
Changes
@ -1,4 +1,7 @@
|
|||||||
Revision history for feedGnuplot
|
Revision history for feedGnuplot
|
||||||
|
|
||||||
|
1.01 2011/01/23
|
||||||
|
Documentation and packaging updates
|
||||||
|
|
||||||
1.00 2011/01/23
|
1.00 2011/01/23
|
||||||
Initial version uploaded to CPAN
|
Initial version uploaded to CPAN
|
||||||
|
@ -10,7 +10,7 @@ use threads::shared;
|
|||||||
use Thread::Queue;
|
use Thread::Queue;
|
||||||
use Text::ParseWords;
|
use Text::ParseWords;
|
||||||
|
|
||||||
our $VERSION = '1.00';
|
our $VERSION = '1.01';
|
||||||
|
|
||||||
open(GNUPLOT_VERSION, 'gnuplot --version |');
|
open(GNUPLOT_VERSION, 'gnuplot --version |');
|
||||||
my ($gnuplotVersion) = <GNUPLOT_VERSION> =~ /gnuplot\s*(\d*\.\d*)/;
|
my ($gnuplotVersion) = <GNUPLOT_VERSION> =~ /gnuplot\s*(\d*\.\d*)/;
|
||||||
|
Loading…
Reference in New Issue
Block a user