diff --git a/src/include/freecraft.h b/src/include/freecraft.h index 3ae0fd47c..b4c84c562 100644 --- a/src/include/freecraft.h +++ b/src/include/freecraft.h @@ -172,6 +172,10 @@ -- General ----------------------------------------------------------------------------*/ +#ifndef VERSION +#define VERSION "1.17pre1" /// Engine version shown. +#endif + #ifndef FREECRAFT_LIB_PATH #define FREECRAFT_LIB_PATH "data" /// where to find the data files #endif