From 800c762746c17c820f7ac97cfed286a120c519ac Mon Sep 17 00:00:00 2001 From: Alex Foster <123afoster@gmail.com> Date: Wed, 4 Dec 2024 23:34:31 -0800 Subject: [PATCH] roll version string over to v0.48a --- game/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/main.cpp b/game/main.cpp index b4e3f887..f246d96d 100644 --- a/game/main.cpp +++ b/game/main.cpp @@ -71,7 +71,7 @@ void updateenginevalues() dynents = dyns; } -constexpr const char * versionstring = "Alpha 47 \"Untanum\""; +constexpr const char * versionstring = "Alpha 48 \"Vancouver\""; //sets engine constants that need information from the game //as a result, all values set here are global variables defined elsewhere in