Skip to content

Commit b08c9f4

Browse files
committed
Fixed Version Number in Inno Setup Config
1 parent a2672f4 commit b08c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "OpenRCT2 Launcher"
5-
#define MyAppVersion "0.0.4"
5+
#define MyAppVersion "0.0.3"
66
#define MyAppPublisher "OpenRCT2"
77
#define MyAppURL "http://www.github.com/LRFLEW/OpenRCT2Launcher"
88
#define MyAppExeName "OpenRCT2.exe"

0 commit comments

Comments
 (0)