r1367 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed Jun 4 19:29:37 EDT 2008
Author: juz
Date: 2008-06-04 19:29:37 -0400 (Wed, 04 Jun 2008)
New Revision: 1367
Modified:
trunk/code/qcommon/q_shared.h
Log:
Add PRODUCT_VERSION back into q_shared.h for MSVC builds.
Modified: trunk/code/qcommon/q_shared.h
===================================================================
--- trunk/code/qcommon/q_shared.h 2008-06-04 21:50:00 UTC (rev 1366)
+++ trunk/code/qcommon/q_shared.h 2008-06-04 23:29:37 UTC (rev 1367)
@@ -38,6 +38,10 @@
#define CLIENT_WINDOW_MIN_TITLE "ioq3"
#endif
+#ifdef _MSC_VER
+ #define PRODUCT_VERSION "1.35"
+#endif
+
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
#define MAX_TEAMNAME 32
More information about the quake3-commits
mailing list