From fd7ae39b29d42b8472021f6a139f8e651079e52a Mon Sep 17 00:00:00 2001 From: Alex Foster <123afoster@gmail.com> Date: Fri, 1 Dec 2023 22:28:16 +0800 Subject: [PATCH] roll version string over to v0.36a --- game/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/main.cpp b/game/main.cpp index a991a28e..e74ae059 100644 --- a/game/main.cpp +++ b/game/main.cpp @@ -73,7 +73,7 @@ void updateenginevalues() dynents = dyns; } -constexpr const char * versionstring = "Alpha 35 \"Isabella\""; +constexpr const char * versionstring = "Alpha 36 \"Jackson\""; //sets engine constants that need information from the game //as a result, all values set here are global variables defined elsewhere in