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