mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Up to Beta 4
This commit is contained in:
parent
fd716ddcac
commit
9926908e4b
@ -2,7 +2,7 @@
|
||||
|
||||

|
||||
|
||||
# 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
|
||||
|
@ -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"
|
||||
|
@ -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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.name = .webui,
|
||||
.version = "2.5.0-beta.3",
|
||||
.version = "2.5.0-beta.4",
|
||||
.fingerprint = 0xac5d87f2e5831aa7,
|
||||
.paths = .{
|
||||
"src",
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user