Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen authored Apr 17, 2024
2 parents 32d9a1d + ad255a5 commit 649e11c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions version.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 649e11c

Please sign in to comment.