From 290e1eab5a273672da84801b074be72088901447 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Mon, 31 Jan 2011 12:22:22 -0800 Subject: [PATCH] version bump --- bin/feedGnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 9f9e0a5..2706688 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -10,7 +10,7 @@ use threads::shared; use Thread::Queue; use Text::ParseWords; -our $VERSION = '1.04'; +our $VERSION = '1.05'; my %options; interpretCommandline(\%options);