From 044c74f91a56bf0f9c2f62189f103961413dc2c6 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Mon, 16 Dec 2019 15:36:26 +0100 Subject: [PATCH] Version 12.8 --- src/game/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/version.h b/src/game/version.h index 37dc7b197..e5d63df9f 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -2,9 +2,9 @@ /* 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, 12.7.3" +#define GAME_VERSION "0.6.4, 12.8" #define GAME_NETVERSION "0.6 626fce9a778df4d4" -#define GAME_RELEASE_VERSION "12.7.3" -#define CLIENT_VERSIONNR 12073 +#define GAME_RELEASE_VERSION "12.8" +#define CLIENT_VERSIONNR 12080 extern const char *GIT_SHORTREV_HASH; #endif