Skip to content

Commit

Permalink
Merge pull request #737 from elanthia-online/lich-5.11.0-rc.2-release…
Browse files Browse the repository at this point in the history
…-prep

chore: Lich 5.11.0-rc.2 release prep
  • Loading branch information
mrhoribu authored Jan 25, 2025
2 parents 047b757 + db4a588 commit 1fe9a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R4LGTK3.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; to support the Lich scripting environment for Simutronics games

#define MyAppName "Ruby4Lich5"
#define MyAppVersion "5.11.0-rc.1"
#define MyAppVersion "5.11.0-rc.2"
#define RubyVersion "3.4.1"
#define MyAppPublisher "Elanthia-Online"
#define MyAppURL "https://github.com/elanthia-online/lich-5/"
Expand All @@ -12,7 +12,7 @@
[Setup]
; 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= {{edd9ccd7-33cb-4577-a470-fe8fd087eaf2}
AppId= {{edd9ccd7-33cb-4577-a470-fe8fd087eaf3}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppVerName={#MyAppName} Ruby {#RubyVersion} & Lich {#MyAppVersion}
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Lich5 carveout to better manage semver

LICH_VERSION = '5.11.0-rc.1'
LICH_VERSION = '5.11.0-rc.2'
REQUIRED_RUBY = '2.6'
RECOMMENDED_RUBY = '3.2'

0 comments on commit 1fe9a8d

Please sign in to comment.