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