-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |