From 11ae069bbcd8345ec334e19e8752725bfa536f2a Mon Sep 17 00:00:00 2001 From: Alex Foster <123afoster@gmail.com> Date: Tue, 31 May 2022 23:47:41 -0700 Subject: [PATCH] roll over version string to v0.18a --- game/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/main.cpp b/game/main.cpp index b5c22ad3..a5019468 100644 --- a/game/main.cpp +++ b/game/main.cpp @@ -81,7 +81,7 @@ void updateenginevalues() dynents = dyns; } -constexpr const char * versionstring = "Alpha 17 \"Queets\""; +constexpr const char * versionstring = "Alpha 18 \"Rainier\""; //sets engine constants that need information from the game //as a result, all values set here are global variables defined elsewhere in