From 6845d11db6abf24d5acd73c3c09a23916591514f Mon Sep 17 00:00:00 2001 From: Artem Kharytoniuk Date: Tue, 19 Jul 2016 23:52:34 +0300 Subject: [PATCH] Kenny edition rebranding. - added 'Kenny edition' suffix to app version string. - added '-ke' suffix to executable name. --- config/vs2015/quake3.vcxproj | 8 ++++++-- source/game/q_shared.h | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config/vs2015/quake3.vcxproj b/config/vs2015/quake3.vcxproj index 5281cfe..89538a0 100644 --- a/config/vs2015/quake3.vcxproj +++ b/config/vs2015/quake3.vcxproj @@ -50,8 +50,12 @@ - - + + $(ProjectName)-ke + + + $(ProjectName)-ke + _DEBUG;%(PreprocessorDefinitions) diff --git a/source/game/q_shared.h b/source/game/q_shared.h index 13ea541..013a54d 100644 --- a/source/game/q_shared.h +++ b/source/game/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 "Q3 1.32b" +#define Q3_VERSION "Q3 1.32b Kenny edition" // 1.32 released 7-10-2002 #define MAX_TEAMNAME 32