Download this file
1 2 3 4 5 6 7 8
#ifndef VERSION_H_INCLUDED #define VERSION_H_INCLUDED /// Version number. If Version is left empty, then compile date in the format /// DD-MM-YY and show in GetEngineInfo(). static const string Version = "0.3.0"; #endif // VERSION_H_INCLUDED