Version 5.0.2

This commit is contained in:
def 2014-09-20 21:45:19 +02:00
parent bde8c33c20
commit 66c2a50209
2 changed files with 5 additions and 5 deletions

View file

@ -7,10 +7,10 @@ AppName="DDraceNetwork Client"
AppFullName=tw.ddnet
# Application version code (integer)
AppVersionCode=0500
AppVersionCode=0502
# Application user-visible version name (string)
AppVersionName="5.0"
AppVersionName="5.0.2"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu

View file

@ -3,8 +3,8 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#include "generated/nethash.cpp"
#define GAME_VERSION "0.6.2, 5.0.1"
#define GAME_VERSION "0.6.2, 5.0.2"
#define GAME_NETVERSION "0.6 626fce9a778df4d4"
static const char GAME_RELEASE_VERSION[8] = "5.0.1";
#define CLIENT_VERSIONNR 501
static const char GAME_RELEASE_VERSION[8] = "5.0.2";
#define CLIENT_VERSIONNR 502
#endif