mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
updated version to 0.7.2
This commit is contained in:
parent
0cc8e8530d
commit
5754796af1
|
@ -3,8 +3,8 @@
|
|||
#ifndef GAME_VERSION_H
|
||||
#define GAME_VERSION_H
|
||||
#include <generated/nethash.cpp>
|
||||
#define GAME_VERSION "0.7.1"
|
||||
#define GAME_VERSION "0.7.2"
|
||||
#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH
|
||||
#define CLIENT_VERSION 0x0701
|
||||
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '7', '.', '1', 0};
|
||||
#define CLIENT_VERSION 0x0702
|
||||
static const char GAME_RELEASE_VERSION[8] = "0.7.2";
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue