From dba67bff44cbd39a696d20ef09fcc1a4f7bb2ed1 Mon Sep 17 00:00:00 2001 From: Alex Foster <123afoster@gmail.com> Date: Sun, 1 Jan 2023 21:30:10 -0800 Subject: [PATCH] roll version string over to v0.25a --- game/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/main.cpp b/game/main.cpp index e186dfc6..9e68db9b 100644 --- a/game/main.cpp +++ b/game/main.cpp @@ -82,7 +82,7 @@ void updateenginevalues() dynents = dyns; } -constexpr const char * versionstring = "Alpha 24 \"Xerxes\""; +constexpr const char * versionstring = "Alpha 25 \"Yakima\""; //sets engine constants that need information from the game //as a result, all values set here are global variables defined elsewhere in