From 417e0ac48345d849cd37db0a473d763b47195c23 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Thu, 23 Dec 2021 20:32:40 -0800 Subject: [PATCH] Release 0.1.19 - Performance: avoid redundant operations when building HTTP responses. - Fix HTTP parser bug on architectures that used unsigned "char" types. - Fix crash when receiving "FIN" WebSocket frame (#209). --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 7d791f6..dbdc8e1 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_H #ifndef WEBDIS_VERSION -#define WEBDIS_VERSION "0.1.19-dev" +#define WEBDIS_VERSION "0.1.19" #endif #endif /* VERSION_H */