version bump

This commit is contained in:
Dima Kogan 2011-01-26 22:11:25 -08:00
parent 63b691c728
commit df9ab119d5

View File

@ -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*)/;