[go: up one dir, main page]

Menu

[r225]: / tags / 0.3.0 / version.h  Maximize  Restore  History

Download this file

9 lines (6 with data), 252 Bytes

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