mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Version 5.0.2
This commit is contained in:
parent
bde8c33c20
commit
66c2a50209
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue