Change VERSION to ENGINE_VERSION

Also changed it form 200 to 201 as some changes were made to the engine
in 2.1.

Closes #27
This commit is contained in:
Elad Salomons
2015-12-07 22:18:05 +02:00
parent 3c006d724e
commit 99a215b88a
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ typedef int INT4; /
/*** Updated ***/
#define CODEVERSION 20100
#define MAGICNUMBER 516114521
#define VERSION 200
#define ENGINE_VERSION 201
#define EOFMARK 0x1A /* Use 0x04 for UNIX systems */
#define MAXTITLE 3 /* Max. # title lines */
#define MAXID 31 /* Max. # characters in ID name */ //(2.00.11 - LR)