From 5e4d41df8ed2e5662c819b40404e90f0d0696f9b Mon Sep 17 00:00:00 2001 From: myT Date: Sun, 31 Mar 2019 01:05:03 +0100 Subject: [PATCH] 1.51 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 3930a2b..06575ca 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ -DD Mmm 19 - 1.51 +31 Mar 19 - 1.51 add: now showing the cvar's current and latched values in the help panel diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index f4fb882..8dad340 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.50" +#define Q3_VERSION "CNQ3 1.51" #define CLIENT_WINDOW_TITLE "CNQ3" #define CONSOLE_WINDOW_TITLE "CNQ3 Console"