mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
version bump
This commit is contained in:
parent
63b691c728
commit
df9ab119d5
@ -10,7 +10,7 @@ use threads::shared;
|
||||
use Thread::Queue;
|
||||
use Text::ParseWords;
|
||||
|
||||
our $VERSION = '1.01';
|
||||
our $VERSION = '1.02';
|
||||
|
||||
open(GNUPLOT_VERSION, 'gnuplot --version |');
|
||||
my ($gnuplotVersion) = <GNUPLOT_VERSION> =~ /gnuplot\s*(\d*\.\d*)/;
|
||||
|
Loading…
Reference in New Issue
Block a user