mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
changed game version to 0.7.0
This commit is contained in:
parent
4cd588ee38
commit
a4b000d99a
|
@ -3,8 +3,8 @@
|
||||||
#ifndef GAME_VERSION_H
|
#ifndef GAME_VERSION_H
|
||||||
#define GAME_VERSION_H
|
#define GAME_VERSION_H
|
||||||
#include <generated/nethash.cpp>
|
#include <generated/nethash.cpp>
|
||||||
#define GAME_VERSION "0.7 trunk"
|
#define GAME_VERSION "0.7.0"
|
||||||
#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH
|
#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH
|
||||||
#define CLIENT_VERSION 0x0700
|
#define CLIENT_VERSION 0x0700
|
||||||
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '1', 0};
|
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '7', '.', '0', 0};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue