REDRIVER2/src_rebuild/Game/version.h

11 lines
221 B
C
Raw Normal View History

#ifndef VERSION_H
#define VERSION_H
#ifndef GAME_VERSION_N
2021-05-30 17:55:27 +02:00
#define GAME_VERSION_N "7.2"
#endif // GAME_VERSION_N
#define GAME_TITLE "REDRIVER2"
#define GAME_VERSION GAME_TITLE " " GAME_VERSION_N
#endif // VERSION_H