Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Isarhamster/chessx
Browse files Browse the repository at this point in the history
  • Loading branch information
Isarhamster committed Sep 5, 2024
2 parents 6fdd4f3 + ee51b61 commit 423d06b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup7-64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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}
Expand Down

0 comments on commit 423d06b

Please sign in to comment.