mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 13:40:56 +00:00
Correct IDE product version for Elite Force
Make it match version in Makefile.
This commit is contained in:
parent
73de855c27
commit
4daf397ca0
1 changed files with 5 additions and 1 deletions
|
@ -75,7 +75,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "1.36"
|
||||
#ifdef ELITEFORCE
|
||||
#define PRODUCT_VERSION "1.38"
|
||||
#else
|
||||
#define PRODUCT_VERSION "1.36"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
||||
|
|
Loading…
Reference in a new issue