DDraceNetwork Docs
version.h
Go to the documentation of this file.
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.8"
7#endif
8
9// teeworlds
10#define CLIENT_VERSION7 0x0705
11#define GAME_VERSION "0.6.4, " GAME_RELEASE_VERSION
12#define GAME_NETVERSION "0.6 626fce9a778df4d4"
13#define GAME_NETVERSION7 "0.7 802f1be60a05665f"
14
15// ddnet
16#define DDNET_VERSION_NUMBER 18080
17extern const char *GIT_SHORTREV_HASH;
18#define GAME_NAME "DDNet"
19#endif
const char * GIT_SHORTREV_HASH
Definition: git_revision.cpp:1