diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-18 00:41:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-18 00:41:47 -0300 |
commit | a878b43f3c44a4b604c291688b7d108e790370c6 (patch) | |
tree | b2cd132f2554cf1aaa24c5b73477573c536bd50f /game/options.rpy | |
parent | 5977a645fb300ca3df3e091a947647e51f9eab3e (diff) | |
download | client-2.1.8.18.tar.gz client-2.1.8.18.tar.bz2 client-2.1.8.18.tar.xz client-2.1.8.18.zip |
Version 2.1.8.18v2.1.8.18
Detect outdated client/server and report
Diffstat (limited to 'game/options.rpy')
-rw-r--r-- | game/options.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/options.rpy b/game/options.rpy index 2d7ef01..ebc2048 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -17,7 +17,7 @@ init -2 python: ## The version of the game. - config.version = "2.1.8.8" + config.version = "2.1.8.18" ## Determines if the title given above is shown on the main menu screen. Set |