From 638b636fcaf4397776286b9f84439ac8d0b951aa Mon Sep 17 00:00:00 2001 From: Alex Foster <123afoster@gmail.com> Date: Fri, 6 Oct 2023 22:03:30 -0700 Subject: [PATCH] roll version string over to v0.34 --- game/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/main.cpp b/game/main.cpp index cd735c35..e5f2fdd8 100644 --- a/game/main.cpp +++ b/game/main.cpp @@ -73,7 +73,7 @@ void updateenginevalues() dynents = dyns; } -constexpr const char * versionstring = "Alpha 33 \"Green\""; +constexpr const char * versionstring = "Alpha 34 \"Horseshoe\""; //sets engine constants that need information from the game //as a result, all values set here are global variables defined elsewhere in