Skip to content

Commit 9a50369

Browse files
committed
v2.4.0 Release
[Full WebUI v2.4.0 APIs](https://webui.me/docs/2.4.0/#/)
1 parent 907f033 commit 9a50369

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

include/webui.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Library 2.4.0-Beta
2+
WebUI Library 2.4.0
33
http://webui.me
44
https://github.com/webui-dev/webui
55
Copyright (c) 2020-2023 Hassan Draga.
@@ -11,7 +11,7 @@
1111
#ifndef _WEBUI_H
1212
#define _WEBUI_H
1313

14-
#define WEBUI_VERSION "2.4.0-Beta"
14+
#define WEBUI_VERSION "2.4.0"
1515

1616
// Max windows, servers and threads
1717
#define WEBUI_MAX_IDS (256)

include/webui.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Library 2.4.0-Beta
2+
WebUI Library 2.4.0
33
http://webui.me
44
https://github.com/webui-dev/webui
55
Copyright (c) 2020-2023 Hassan Draga.

src/webui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
WebUI Library 2.4.0-Beta
2+
WebUI Library 2.4.0
33
http://webui.me
44
https://github.com/webui-dev/webui
55
Copyright (c) 2020-2023 Hassan Draga.

0 commit comments

Comments
 (0)