From 319e86b667291251ea99cb2d28cd54a812ed7319 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 24 Feb 2018 12:34:18 -0800 Subject: [PATCH] version bump --- Changes | 6 ++++++ bin/feedgnuplot | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index ac69cb1..165dc12 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.48) + + * --vnlog works properly with --domain + + -- Dima Kogan Sat, 24 Feb 2018 12:33:50 -0800 + feedgnuplot (1.47) * Fixed typo. Everything is un-broken now diff --git a/bin/feedgnuplot b/bin/feedgnuplot index e7febab..f9c6570 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -16,7 +16,7 @@ use Pod::Usage; use Time::Piece; # Makefile.PL assumes this is in '' -my $VERSION = '1.47'; +my $VERSION = '1.48'; my %options; interpretCommandline();