[quake3-commits] r2101 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jul 26 20:04:29 EDT 2011


Author: thilo
Date: 2011-07-26 20:04:29 -0400 (Tue, 26 Jul 2011)
New Revision: 2101

Modified:
   trunk/code/qcommon/q_shared.h
Log:
Bug 5096  - Define PRODUCT_VERSION in q_shared.h if it is not, patch by Zack Middleton


Modified: trunk/code/qcommon/q_shared.h
===================================================================
--- trunk/code/qcommon/q_shared.h	2011-07-27 00:02:45 UTC (rev 2100)
+++ trunk/code/qcommon/q_shared.h	2011-07-27 00:04:29 UTC (rev 2101)
@@ -54,7 +54,7 @@
 
 #define BASETA				"missionpack"
 
-#ifdef _MSC_VER
+#ifndef PRODUCT_VERSION
   #define PRODUCT_VERSION "1.36"
 #endif
 



More information about the quake3-commits mailing list