Skip to content

Commit

Permalink
v2.4.0 Release
Browse files Browse the repository at this point in the history
[Full WebUI v2.4.0 APIs](https://webui.me/docs/2.4.0/#/)
  • Loading branch information
hassandraga committed Oct 29, 2023
1 parent 907f033 commit 9a50369
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/webui.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion include/webui.hpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/webui.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9a50369

Please sign in to comment.