From ee51b6136c3b081bbb159c8d4ec60f02ad875b22 Mon Sep 17 00:00:00 2001 From: IsarHamster Date: Wed, 4 Sep 2024 20:50:08 +0200 Subject: [PATCH] Prepare release 1.6.2 --- setup7-64.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup7-64.iss b/setup7-64.iss index 8bf5f0b2..b76469fc 100644 --- a/setup7-64.iss +++ b/setup7-64.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "ChessX" -#define MyAppVersion "1.6.0" +#define MyAppVersion "1.6.2" #define MyAppPublisher "chessx.sourceforge.net" #define MyAppURL "http://chessx.sourceforge.net" #define MyAppExeName "chessx.exe" @@ -11,7 +11,7 @@ ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{8EB04E4D-9D75-4663-AAB2-ED6F742BEA60}} +AppId={{8EB04E4D-9D75-4663-AAB2-ED6F742BEA61}} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion}