Set release info to 0.58

This commit is contained in:
zico 2013-07-19 16:15:49 +02:00
parent 8a0c23a3af
commit 0f4524c05e
2 changed files with 3 additions and 3 deletions

View file

@ -254,8 +254,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

@ -64,7 +64,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