new release

This commit is contained in:
Dima Kogan
2025-12-20 12:11:30 -08:00
parent 5837b13c00
commit 840077e677
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
feedgnuplot (1.63)
* bug fix: --image doesn't touch xrange,yrange if those are given in --set
-- Dima Kogan <dkogan@debian.org> Sat, 20 Dec 2025 12:11:05 -0800
feedgnuplot (1.62) feedgnuplot (1.62)
* I explicitly ignore all lines that have '-' values * I explicitly ignore all lines that have '-' values

View File

@@ -16,7 +16,7 @@ use Pod::Usage;
use Time::Piece; use Time::Piece;
# Makefile.PL assumes this is in '' # Makefile.PL assumes this is in ''
my $VERSION = '1.62'; my $VERSION = '1.63';
my %options; my %options;
interpretCommandline(); interpretCommandline();