Update version after suggestions

This commit is contained in:
Turiiya 2024-06-05 19:15:29 +02:00
parent cf9764a071
commit d8008e3d57
5 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
.{
.name = "webui",
.version = "2.5.0-beta",
.version = "2.5.0-beta.1",
.paths = .{""},
}

View File

@ -1,5 +1,5 @@
/*
WebUI Library 2.5.0-beta
WebUI Library
http://webui.me
https://github.com/webui-dev/webui
Copyright (c) 2020-2024 Hassan Draga.
@ -11,7 +11,7 @@
#ifndef _WEBUI_H
#define _WEBUI_H
#define WEBUI_VERSION "2.5.0-beta"
#define WEBUI_VERSION "2.5.0-beta.1"
// Max windows, servers and threads
#define WEBUI_MAX_IDS (256)

View File

@ -1,5 +1,5 @@
/*
WebUI Library 2.5.0-beta
WebUI Library
http://webui.me
https://github.com/webui-dev/webui
Copyright (c) 2020-2024 Hassan Draga.

View File

@ -1,5 +1,5 @@
/*
WebUI Library 2.5.0-beta
WebUI Library
http://webui.me
https://github.com/webui-dev/webui
Copyright (c) 2020-2024 Hassan Draga.

View File

@ -1,5 +1,5 @@
/*
WebUI Library 2.5.0-beta
WebUI Library
http://webui.me
https://github.com/webui-dev/webui
Copyright (c) 2020-2024 Hassan Draga.