Up to Beta 4

This commit is contained in:
Albert 2025-03-10 10:14:39 -04:00
parent fd716ddcac
commit 9926908e4b
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
![Logo](https://raw.githubusercontent.com/webui-dev/webui-logo/14fd595844f57ce751dfc751297b1468b10de77a/webui_120.svg)
# WebUI v2.5.0-beta.3
# WebUI v2.5.0-beta.4
[build-status]: https://img.shields.io/github/actions/workflow/status/webui-dev/webui/ci.yml?branch=main&style=for-the-badge&logo=githubactions&labelColor=414868&logoColor=C0CAF5
[last-commit]: https://img.shields.io/github/last-commit/webui-dev/webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868

View File

@ -13,7 +13,7 @@ def js_to_c_header(input_filename, output_filename):
# comment
comment = (
"// WebUI v2.5.0-beta.3\n"
"// WebUI v2.5.0-beta.4\n"
"// https://webui.me\n"
"// https://github.com/webui-dev/webui\n"
"// Copyright (c) 2020-2025 Hassan Draga.\n"

View File

@ -1,4 +1,4 @@
// WebUI v2.5.0-beta.3
// WebUI v2.5.0-beta.4
// https://webui.me
// https://github.com/webui-dev/webui
// Copyright (c) 2020-2025 Hassan Draga.

View File

@ -1,6 +1,6 @@
.{
.name = .webui,
.version = "2.5.0-beta.3",
.version = "2.5.0-beta.4",
.fingerprint = 0xac5d87f2e5831aa7,
.paths = .{
"src",

View File

@ -11,7 +11,7 @@
#ifndef _WEBUI_H
#define _WEBUI_H
#define WEBUI_VERSION "2.5.0-beta.3"
#define WEBUI_VERSION "2.5.0-beta.4"
// Max windows, servers and threads
#define WEBUI_MAX_IDS (256)