From 827303fca532ac9705c8d766434300812905c09e Mon Sep 17 00:00:00 2001 From: nutbuster Date: Tue, 1 Oct 2024 07:37:40 +1000 Subject: [PATCH] Add & rectify missing patch name --- game/options.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/options.rpy b/game/options.rpy index 36fe2ea..c419ec7 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 = _("Patch11-MoldyBuenoAlDante") ## Text that is placed on the game's about screen. Place the text between the ## triple-quotes, and leave a blank line between paragraphs.