Skip to content

Commit

Permalink
Commit - version file 92f10cb
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed Mar 14, 2021
1 parent 92f10cb commit d7e70b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 8
#define _VERSION_PATCH 1
#define _VERSION_BUILD 804
#define _VERSION_GITHASH 3c2bf8a
#define _VERSION_BUILD 807
#define _VERSION_GITHASH 92f10cb
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "14-03-2021"
#define _VERSION_TIME "13:57:19"
#define _VERSION_TIME "14:56:09"
#define _SEMVER_CORE "0.8.1"
#define _SEMVER_BUILD "0.8.1+804"
#define _SEMVER_GITHASH "0.8.1+3c2bf8a"
#define _SEMVER_FULL "0.8.1+3c2bf8a"
#define _SEMVER_BUILD "0.8.1+807"
#define _SEMVER_GITHASH "0.8.1+92f10cb"
#define _SEMVER_FULL "0.8.1+92f10cb"
#define _SEMVER_NOBUILD "0.8.1 (14-03-2021)"
#define _VERSION "0.8.1+3c2bf8a (14-03-2021)"
#define _VERSION "0.8.1+92f10cb (14-03-2021)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 comments on commit d7e70b4

Please sign in to comment.