From 838adf287198629cbeb51374a1c3728f39c273a4 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Thu, 21 Nov 2019 11:06:29 +0100 Subject: [PATCH] Release v0.0.2 --- 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 1d65e78158..5917a51a24 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -7,6 +7,6 @@ #define GAME_NETVERSION_HASH_FORCED "802f1be60a05665f" #define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH_FORCED #define CLIENT_VERSION 0x0703 -#define FNG_VERSION "0.0.2-dev" +#define FNG_VERSION "0.0.2" static const char GAME_RELEASE_VERSION[8] = "0.7.3.1"; #endif