File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
; to support the Lich scripting environment for Simutronics games
4
4
5
5
#define MyAppName " Ruby4Lich5"
6
- #define MyAppVersion " 5.11.0-rc.6 "
6
+ #define MyAppVersion " 5.11.0"
7
7
#define RubyVersion " 3.4.2"
8
8
#define MyAppPublisher " Elanthia-Online"
9
9
#define MyAppURL " https://github.com/elanthia-online/lich-5/"
12
12
[Setup]
13
13
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
14
14
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
15
- AppId = {{edd9ccd7-33cb-4577 -a470-fe8fd087eaf7 }
15
+ AppId = {{edd9ccd7-33cb-4577 -a470-fe8fd087eaf8 }
16
16
AppName = {#MyAppName }
17
17
AppVersion = {#MyAppVersion}
18
18
AppVerName = {#MyAppName } Ruby {#RubyVersion} & Lich {#MyAppVersion}
Original file line number Diff line number Diff line change 1
1
# Lich5 carveout to better manage semver
2
2
3
- LICH_VERSION = '5.11.0-rc.6 '
3
+ LICH_VERSION = '5.11.0'
4
4
REQUIRED_RUBY = '2.6'
5
5
RECOMMENDED_RUBY = '3.2'
You can’t perform that action at this time.
0 commit comments