From 7023a06020bff14cbf8504b5bf682f8f165f6153 Mon Sep 17 00:00:00 2001 From: Iggy Date: Mon, 26 Aug 2024 15:29:04 -0300 Subject: [PATCH] Rename config.version --- game/options.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/options.rpy b/game/options.rpy index ffa6404..11cfbe8 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -24,7 +24,7 @@ define gui.show_name = True ## The version of the game. -define config.version = _("INTERNAL-BUILD") +define config.version = "INTERNAL-BUILD" ## Text that is placed on the game's about screen. Place the text between the ## triple-quotes, and leave a blank line between paragraphs.