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.