Merge branch 'dev' into main

This commit is contained in:
Robert van den Breemen 2024-04-17 23:05:07 +02:00 committed by GitHub
commit 649e11c66f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 11 deletions

View File

@ -1,16 +1,16 @@
//The version number conforms to semver.org format
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 10
#define _VERSION_PATCH 3
#define _VERSION_BUILD 2118
#define _VERSION_GITHASH "e334c42"
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "17-04-2024"
#define _VERSION_TIME "06:51:42"
#define _VERSION_PATCH 4
#define _VERSION_BUILD 2112
#define _VERSION_GITHASH "1c8485a"
#define _VERSION_PRERELEASE beta
#define _VERSION_DATE "13-04-2024"
#define _VERSION_TIME "13:40:09"
#define _SEMVER_CORE "0.10.3"
#define _SEMVER_BUILD "0.10.3+2118"
#define _SEMVER_GITHASH "0.10.3+e334c42"
#define _SEMVER_FULL "0.10.3+e334c42"
#define _SEMVER_NOBUILD "0.10.3 (17-04-2024)"
#define _VERSION "0.10.3+e334c42 (17-04-2024)"
#define _SEMVER_BUILD "0.10.3+2112"
#define _SEMVER_GITHASH "0.10.3+1c8485a"
#define _SEMVER_FULL "0.10.3-beta+1c8485a"
#define _SEMVER_NOBUILD "0.10.3-beta (13-04-2024)"
#define _VERSION "0.10.3-beta+1c8485a (13-04-2024)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver