Use semver compliant version specification

This commit is contained in:
Turiiya 2024-06-05 01:21:59 +02:00
parent 4b8b4faa11
commit cf9764a071
6 changed files with 7 additions and 8 deletions

View File

@ -2,7 +2,7 @@
![Logo](https://raw.githubusercontent.com/webui-dev/webui-logo/main/webui_240.png)
# WebUI v2.5.0-Beta-1
# WebUI v2.5.0-beta
[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

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

View File

@ -1,5 +1,5 @@
/*
WebUI Library 2.5.0-Beta-1
WebUI Library 2.5.0-beta
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-1"
#define WEBUI_VERSION "2.5.0-beta"
// Max windows, servers and threads
#define WEBUI_MAX_IDS (256)

View File

@ -1,5 +1,5 @@
/*
WebUI Library 2.5.0-Beta-1
WebUI Library 2.5.0-beta
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-1
WebUI Library 2.5.0-beta
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-1
WebUI Library 2.5.0-beta
http://webui.me
https://github.com/webui-dev/webui
Copyright (c) 2020-2024 Hassan Draga.