Skip to content

Commit d7e70b4

Browse files
committed
Commit - version file 92f10cb
1 parent 92f10cb commit d7e70b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

version.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 8
44
#define _VERSION_PATCH 1
5-
#define _VERSION_BUILD 804
6-
#define _VERSION_GITHASH 3c2bf8a
5+
#define _VERSION_BUILD 807
6+
#define _VERSION_GITHASH 92f10cb
77
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
88
#define _VERSION_DATE "14-03-2021"
9-
#define _VERSION_TIME "13:57:19"
9+
#define _VERSION_TIME "14:56:09"
1010
#define _SEMVER_CORE "0.8.1"
11-
#define _SEMVER_BUILD "0.8.1+804"
12-
#define _SEMVER_GITHASH "0.8.1+3c2bf8a"
13-
#define _SEMVER_FULL "0.8.1+3c2bf8a"
11+
#define _SEMVER_BUILD "0.8.1+807"
12+
#define _SEMVER_GITHASH "0.8.1+92f10cb"
13+
#define _SEMVER_FULL "0.8.1+92f10cb"
1414
#define _SEMVER_NOBUILD "0.8.1 (14-03-2021)"
15-
#define _VERSION "0.8.1+3c2bf8a (14-03-2021)"
15+
#define _VERSION "0.8.1+92f10cb (14-03-2021)"
1616
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)