aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuz <juz@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-06-04 23:29:37 +0000
committerjuz <juz@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-06-04 23:29:37 +0000
commit33f2e471dc18355ca7471422f0783115d1d1bfdd (patch)
tree92ecb816982cc8f90eab27393e46f7b584e5c142
parent41fd71487ee41196b9fbe3e701a6c5414f20a8a3 (diff)
downloadioquake3-aero-33f2e471dc18355ca7471422f0783115d1d1bfdd.tar.gz
ioquake3-aero-33f2e471dc18355ca7471422f0783115d1d1bfdd.zip
Add PRODUCT_VERSION back into q_shared.h for MSVC builds.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1367 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--code/qcommon/q_shared.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h
index 0855cbf..9aa19d9 100644
--- a/code/qcommon/q_shared.h
+++ b/code/qcommon/q_shared.h
@@ -38,6 +38,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#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