Skip to content

Commit

Permalink
before update 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed Apr 15, 2024
1 parent b6bf90e commit d8e070d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 10
#define _VERSION_PATCH 3
#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 _VERSION_BUILD 2114
#define _VERSION_GITHASH "b6bf90e"
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "14-04-2024"
#define _VERSION_TIME "23:30:44"
#define _SEMVER_CORE "0.10.3"
#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)"
#define _SEMVER_BUILD "0.10.3+2114"
#define _SEMVER_GITHASH "0.10.3+b6bf90e"
#define _SEMVER_FULL "0.10.3+b6bf90e"
#define _SEMVER_NOBUILD "0.10.3 (14-04-2024)"
#define _VERSION "0.10.3+b6bf90e (14-04-2024)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 comments on commit d8e070d

Please sign in to comment.