From d0dcad621aa1101f75813a28c3d836b050cc1e9c Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 22 May 2011 15:29:13 -0700 Subject: [PATCH] version bump --- bin/feedGnuplot | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/feedGnuplot b/bin/feedGnuplot index e3ef0ef..128a1e3 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -13,7 +13,7 @@ use Thread::Queue; use Pod::Usage; -our $VERSION = '1.13'; +our $VERSION = '1.14'; my %options; interpretCommandline(\%options); diff --git a/debian/changelog b/debian/changelog index 305347d..fd6281e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +feedgnuplot (1.14-1) unstable; urgency=low + + * New upstream release (added 'clear' command, documented commands) + + -- Dima Kogan Sun, 22 May 2011 15:25:28 -0700 + feedgnuplot (1.13-1) unstable; urgency=low * New upstream release (Better streaming plot control)