Skip to content

Commit ef9289a

Browse files
authored
Merge pull request #779 from elanthia-online/prep_5.11_release
chore: Lich 5.11.0 release prep
2 parents 14154ab + 77ea577 commit ef9289a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R4LGTK3.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; to support the Lich scripting environment for Simutronics games
44

55
#define MyAppName "Ruby4Lich5"
6-
#define MyAppVersion "5.11.0-rc.6"
6+
#define MyAppVersion "5.11.0"
77
#define RubyVersion "3.4.2"
88
#define MyAppPublisher "Elanthia-Online"
99
#define MyAppURL "https://github.com/elanthia-online/lich-5/"
@@ -12,7 +12,7 @@
1212
[Setup]
1313
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
1414
; (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}
1616
AppName={#MyAppName}
1717
AppVersion={#MyAppVersion}
1818
AppVerName={#MyAppName} Ruby {#RubyVersion} & Lich {#MyAppVersion}

lib/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lich5 carveout to better manage semver
22

3-
LICH_VERSION = '5.11.0-rc.6'
3+
LICH_VERSION = '5.11.0'
44
REQUIRED_RUBY = '2.6'
55
RECOMMENDED_RUBY = '3.2'

0 commit comments

Comments
 (0)