1 | /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ |
2 | /* If you are missing that file, acquire a complete release at teeworlds.com. */ |
3 | #ifndef GAME_VERSION_H |
4 | #define GAME_VERSION_H |
5 | #ifndef GAME_RELEASE_VERSION |
6 | #define GAME_RELEASE_VERSION "18.3.1" |
7 | #endif |
8 | #define GAME_VERSION "0.6.4, " GAME_RELEASE_VERSION |
9 | #define GAME_NETVERSION "0.6 626fce9a778df4d4" |
10 | #define DDNET_VERSION_NUMBER 18031 |
11 | extern const char *GIT_SHORTREV_HASH; |
12 | #define GAME_NAME "DDNet" |
13 | #endif |
14 | |