From 258063664d346b37c9d889a143593e4581697014 Mon Sep 17 00:00:00 2001 From: marvin Date: Sat, 27 Apr 2019 13:48:14 +0200 Subject: [PATCH] updated version --- src/game/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/version.h b/src/game/version.h index f25b3cd70..3b8c54a20 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -7,5 +7,5 @@ #define GAME_NETVERSION "0.7 802f1be60a05665f" #define CLIENT_VERSION 0x0703 static const char GAME_RELEASE_VERSION[8] = "0.7.3.1"; -#define CATCH_VERSION "1.0.5" +#define CATCH_VERSION "1.0.6" #endif