Bug 5096 - Define PRODUCT_VERSION in q_shared.h if it is not, patch by Zack Middleton

This commit is contained in:
Thilo Schulz 2011-07-27 00:04:29 +00:00
parent 62757b28f4
commit 41ac8a232a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BASETA "missionpack" #define BASETA "missionpack"
#ifdef _MSC_VER #ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "1.36" #define PRODUCT_VERSION "1.36"
#endif #endif