From b60db6b1f0da6c9ceb9c4a4dc3b3cb6e9f91041f Mon Sep 17 00:00:00 2001 From: myT <> Date: Wed, 20 Sep 2023 23:11:20 +0200 Subject: [PATCH] updated version and date for 1.53 release --- changelog.txt | 2 +- code/qcommon/q_shared.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7cd7b87..38b10bd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,7 +2,7 @@ See the end of this file for known issues. -DD Mmm 23 - 1.53 +20 Sep 23 - 1.53 add: /registerdemos adds Windows file associations for demo files (.dm_68 .dm_67 .dm_66) /unregisterdemos removes Windows file associations for demo files diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index 801128c..25b4abc 100644 --- a/code/qcommon/q_shared.h +++ b/code/qcommon/q_shared.h @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // q_shared.h -- included first by ALL program modules. // A user mod should never modify this file -#define Q3_VERSION "CNQ3 1.52" +#define Q3_VERSION "CNQ3 1.53" #define CLIENT_WINDOW_TITLE "CNQ3" #define CONSOLE_WINDOW_TITLE "CNQ3 Console"