File tree Expand file tree Collapse file tree 9 files changed +4
-20
lines changed
Expand file tree Collapse file tree 9 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 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. */
31#include <base/hash_ctxt.h>
42#include <base/system.h>
53
Original file line number Diff line number Diff line change 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. */
31#ifndef BASE_UUID_H
42#define BASE_UUID_H
53
Original file line number Diff line number Diff line change 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. */
31#include " protocol_ex.h"
42
53#include " config.h"
Original file line number Diff line number Diff line change 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. */
31#ifndef ENGINE_SHARED_PROTOCOL_EX_H
42#define ENGINE_SHARED_PROTOCOL_EX_H
53
Original file line number Diff line number Diff line change 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. */
Original file line number Diff line number Diff line change 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. */
31#include < engine/shared/packer.h>
42
53#include " protocol_ex.h"
Original file line number Diff line number Diff line change 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. */
31#ifndef ENGINE_SHARED_UUID_MANAGER_H
42#define ENGINE_SHARED_UUID_MANAGER_H
53
Original file line number Diff line number Diff line change 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. */
31#ifndef ENGINE_UUID_H
42#define ENGINE_UUID_H
53
Original file line number Diff line number Diff line change 33#ifndef GAME_VERSION_H
44#define GAME_VERSION_H
55#include <generated/nethash.cpp>
6- #define GAME_VERSION "0.7.5 "
6+ #define GAME_VERSION "0.7.6 "
77#define GAME_NETVERSION_HASH_FORCED "802f1be60a05665f"
88#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH_FORCED
9- #define CLIENT_VERSION 0x0705
10- #define PREV_CLIENT_VERSION 0x0704
9+ #define CLIENT_VERSION 0x0706
10+ #define PREV_CLIENT_VERSION 0x0705
1111#define SETTINGS_FILENAME_VANILLA "settings07"
1212#define SETTINGS_FILENAME "settings_archive"
13- static const char GAME_RELEASE_VERSION [8 ] = "0.7.5 " ;
13+ static const char GAME_RELEASE_VERSION [8 ] = "0.7.6 " ;
1414#endif
You can’t perform that action at this time.
0 commit comments