Version 14.0.1

Waiting for #2363, #2358, #2356, #2331
This commit is contained in:
def 2020-06-25 11:42:21 +02:00 committed by Dennis Felsing
parent b4472d72cf
commit d907ec3c11
2 changed files with 5 additions and 4 deletions

View file

@ -37,7 +37,8 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release date="2020-06-21" version="14.0"/>
<release date="2020-06-26" version="14.0.1"/>
<release date="2020-06-24" version="14.0"/>
<release date="2020-05-31" version="13.2.2"/>
<release date="2020-05-28" version="13.2.1"/>
<release date="2020-05-27" version="13.2"/>

View file

@ -2,10 +2,10 @@
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#define GAME_VERSION "0.6.4, 14.0"
#define GAME_VERSION "0.6.4, 14.0.1"
#define GAME_NETVERSION "0.6 626fce9a778df4d4"
#define GAME_NAME "DDNet"
#define GAME_RELEASE_VERSION "14.0"
#define CLIENT_VERSIONNR 14000
#define GAME_RELEASE_VERSION "14.0.1"
#define CLIENT_VERSIONNR 14001
extern const char *GIT_SHORTREV_HASH;
#endif