From fbeae0f191cd5ee20b89fc883e5bfb4b0cd2e933 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 29 Jan 2011 20:05:09 -0800 Subject: [PATCH] version bump --- bin/feedGnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 3af68b4..bfe28b5 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -10,7 +10,7 @@ use threads::shared; use Thread::Queue; use Text::ParseWords; -our $VERSION = '1.02'; +our $VERSION = '1.03'; my %options; interpretCommandline(\%options);