From 68315b976594fcbc1a603b0ae9a0829adcef6380 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Fri, 8 Jan 2021 20:16:25 +0100 Subject: [PATCH] Update version string to 4.2 --- 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 0e5ee7d..a40da6b 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.1" +#define NECRONDA_VERSION "4.2" #define SERVER_STR "Necronda/" NECRONDA_VERSION #define NECRONDA_ZLIB_LEVEL 9