changed game version to 0.7.0

This commit is contained in:
oy 2018-10-14 10:36:18 +02:00
parent 4cd588ee38
commit a4b000d99a

View file

@ -3,8 +3,8 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#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 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