From 4f558f67476d219db53bb3dbb44c110eba6658cb Mon Sep 17 00:00:00 2001 From: Nigel Date: Thu, 25 Jul 2024 19:51:50 +0100 Subject: [PATCH] Update changelog & version number (#1309) * Update changelog & version number --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- src/guiguts.pl | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152eb8a7..39a5032b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## Version 1.6.3 + +- Page marker flags feature added to 1.6.2 now includes page label information + so files can be switched between GG1 and GG2 more seamlessly. Only works with + Guiguts v2.0.0-alpha.3 or above. +- Warning added to INSTALL.md that Windows Strawberry Perl versions above + 5.32.1 will not work, due to an incompatibility with Perk/Tk. + + ## Version 1.6.2 - New feature to add Page marker flags, e.g. [Pg123], in parallel with diff --git a/Makefile b/Makefile index 601c221d..178b8495 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DON'T FORGET to update the version number in guiguts.pl too -VERSION=1.6.2 +VERSION=1.6.3 # zip utility to use ZIP=zip -rv9 diff --git a/src/guiguts.pl b/src/guiguts.pl index 760fa699..84b15a64 100755 --- a/src/guiguts.pl +++ b/src/guiguts.pl @@ -20,7 +20,7 @@ #use criticism 'gentle'; # DON'T FORGET to update the version number in makefile too -our $VERSION = '1.6.2'; +our $VERSION = '1.6.3'; use FindBin; use lib $FindBin::Bin . "/lib";