Set release info to 0.58

This commit is contained in:
zico 2013-07-19 16:16:08 +02:00
parent a76211bc7e
commit e579dd0a8d
2 changed files with 3 additions and 3 deletions

View file

@ -256,8 +256,8 @@ class DXXCommon:
class DXXProgram(DXXCommon):
# version number
VERSION_MAJOR = 0
VERSION_MINOR = 57
VERSION_MICRO = 3
VERSION_MINOR = 58
VERSION_MICRO = 0
class UserSettings(DXXCommon.UserSettings):
def __init__(self,ARGUMENTS,target):
DXXCommon.UserSettings.__init__(self, ARGUMENTS.ARGUMENTS)

View file

@ -60,7 +60,7 @@ extern int multi_protocol; // set and determinate used protocol
#define MULTI_PROTO_UDP 1 // UDP protocol
// What version of the multiplayer protocol is this? Increment each time something drastic changes in Multiplayer without the version number changes. Can be reset to 0 each time the version of the game changes
#define MULTI_PROTO_VERSION 6
#define MULTI_PROTO_VERSION 0
// PROTOCOL VARIABLES AND DEFINES - END