From 9a5036941dda25099e7df0e12c14c31fe5fede5b Mon Sep 17 00:00:00 2001 From: Hassan DRAGA Date: Sun, 29 Oct 2023 17:03:25 -0400 Subject: [PATCH] v2.4.0 Release [Full WebUI v2.4.0 APIs](https://webui.me/docs/2.4.0/#/) --- include/webui.h | 4 ++-- include/webui.hpp | 2 +- src/webui.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/webui.h b/include/webui.h index 934b99b1c..f76d6179b 100644 --- a/include/webui.h +++ b/include/webui.h @@ -1,5 +1,5 @@ /* - WebUI Library 2.4.0-Beta + WebUI Library 2.4.0 http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2023 Hassan Draga. @@ -11,7 +11,7 @@ #ifndef _WEBUI_H #define _WEBUI_H -#define WEBUI_VERSION "2.4.0-Beta" +#define WEBUI_VERSION "2.4.0" // Max windows, servers and threads #define WEBUI_MAX_IDS (256) diff --git a/include/webui.hpp b/include/webui.hpp index 530135940..653ff58da 100644 --- a/include/webui.hpp +++ b/include/webui.hpp @@ -1,5 +1,5 @@ /* - WebUI Library 2.4.0-Beta + WebUI Library 2.4.0 http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2023 Hassan Draga. diff --git a/src/webui.c b/src/webui.c index 4f68b4eae..4915a1037 100644 --- a/src/webui.c +++ b/src/webui.c @@ -1,5 +1,5 @@ /* - WebUI Library 2.4.0-Beta + WebUI Library 2.4.0 http://webui.me https://github.com/webui-dev/webui Copyright (c) 2020-2023 Hassan Draga.