summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-07-27 00:04:29 +0000
committerTim Angus <tim@ngus.net>2013-01-10 22:35:00 +0000
commitd28ee7e3da161ae9a9e9f339291001948672dae7 (patch)
tree2976fec4b2554906a1522f0eb156bc99acb86b1f
parent347291aab692048a457dab02b2c59ed4cd5be9c9 (diff)
Bug 5096 - Define PRODUCT_VERSION in q_shared.h if it is not, patch by Zack Middleton
-rw-r--r--src/qcommon/q_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h
index 082a442f..d0977d99 100644
--- a/src/qcommon/q_shared.h
+++ b/src/qcommon/q_shared.h
@@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define PRODUCT_NAME "tremulous"
-#ifdef _MSC_VER
+#ifndef PRODUCT_VERSION
# define PRODUCT_VERSION "1.1.0"
#endif