REDRIVER2/src_rebuild/Game/version.h

8 lines
178 B
C
Raw Normal View History

#ifndef VERSION_H
#define VERSION_H
2020-12-24 19:29:24 +01:00
#define GAME_VERSION_N "5.7 alpha"
#define GAME_TITLE "REDRIVER2"
#define GAME_VERSION GAME_TITLE " " GAME_VERSION_N
#endif // VERSION_H