From 2ef5a7ad3e330f05ace6289fd3a15e3b6b69e583 Mon Sep 17 00:00:00 2001
From: Galactice <zaniaastro@gmail.com>
Date: Thu, 2 Nov 2023 09:55:41 -0400
Subject: [PATCH] Updating version string

---
 src/doomdef.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/doomdef.h b/src/doomdef.h
index b2d9e24c9..da2679582 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -149,8 +149,8 @@ extern char  logfilename[1024];
 #else
 #define VERSION    1 // Game version
 #define SUBVERSION 6 // more precise version number
-#define VERSIONSTRING "Galaxy(v1.6) v1.3"
-#define VERSIONSTRINGW L"Galaxy(v1.6) v1.3"
+#define VERSIONSTRING "Galaxy(v1.6) v1.4"
+#define VERSIONSTRINGW L"Galaxy(v1.6) v1.4"
 // Hey! If you change this, add 1 to the MODVERSION below! Otherwise we can't force updates!
 // And change CMakeLists.txt (not src/, but in root), for CMake users!
 // AND appveyor.yml, for the build bots!
-- 
GitLab