mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-12-23 20:51:11 +08:00
version bump
This commit is contained in:
@@ -10,7 +10,7 @@ use threads::shared;
|
|||||||
use Thread::Queue;
|
use Thread::Queue;
|
||||||
use Text::ParseWords;
|
use Text::ParseWords;
|
||||||
|
|
||||||
our $VERSION = '1.01';
|
our $VERSION = '1.02';
|
||||||
|
|
||||||
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*)/;
|
||||||
|
|||||||
Reference in New Issue
Block a user