1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

Huh... It needs to be 0.75e

This commit is contained in:
Michał W. Urbańczyk 2010-02-26 11:25:45 +00:00
parent 9588e39e84
commit d8edfbf38a

View File

@ -20,7 +20,7 @@ typedef boost::int8_t si8; //signed int 8 bits (1 byte)
#define THC
#endif
#define NAME_VER ("VCMI 0.75d")
#define NAME_VER ("VCMI 0.75e")
extern std::string NAME; //full name
extern std::string NAME_AFFIX; //client / server
#define CONSOLE_LOGGING_LEVEL 5