From 12922a0661c06fa2832c1ed88fc8e66a85a20727 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 18 Mar 2021 20:37:07 +0100 Subject: [PATCH] Updated version string to 4.3 --- src/necronda-server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/necronda-server.h b/src/necronda-server.h index a40da6b..c28bd27 100644 --- a/src/necronda-server.h +++ b/src/necronda-server.h @@ -60,7 +60,7 @@ #define HTTP_4XX_STR "\x1B[1;31m" #define HTTP_5XX_STR "\x1B[1;31m" -#define NECRONDA_VERSION "4.2" +#define NECRONDA_VERSION "4.3" #define SERVER_STR "Necronda/" NECRONDA_VERSION #define NECRONDA_ZLIB_LEVEL 9