updated version to 0.7.2

This commit is contained in:
oy 2018-12-24 10:56:33 +01:00
parent 0cc8e8530d
commit 5754796af1

View file

@ -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.1" #define GAME_VERSION "0.7.2"
#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH #define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH
#define CLIENT_VERSION 0x0701 #define CLIENT_VERSION 0x0702
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '7', '.', '1', 0}; static const char GAME_RELEASE_VERSION[8] = "0.7.2";
#endif #endif