#ifndef VERSION_H #define VERSION_H namespace Version { static const int MAJOR = 0; static const int MINOR = 4; static const int REVISION = 1032; static const int BUILD = 19088; } #endif // VERSION_H