Skip to content

Commit 85a91d6

Browse files
committed
before update 0.9.3
1 parent f7968e7 commit 85a91d6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

version.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 9
44
#define _VERSION_PATCH 3
5-
#define _VERSION_BUILD 1634
6-
#define _VERSION_GITHASH "46c4320"
7-
#define _VERSION_PRERELEASE beta
5+
#define _VERSION_BUILD 1635
6+
#define _VERSION_GITHASH "f7968e7"
7+
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
88
#define _VERSION_DATE "16-01-2022"
9-
#define _VERSION_TIME "19:33:11"
9+
#define _VERSION_TIME "19:46:38"
1010
#define _SEMVER_CORE "0.9.3"
11-
#define _SEMVER_BUILD "0.9.3+1634"
12-
#define _SEMVER_GITHASH "0.9.3+46c4320"
13-
#define _SEMVER_FULL "0.9.3-beta+46c4320"
14-
#define _SEMVER_NOBUILD "0.9.3-beta (16-01-2022)"
15-
#define _VERSION "0.9.3-beta+46c4320 (16-01-2022)"
11+
#define _SEMVER_BUILD "0.9.3+1635"
12+
#define _SEMVER_GITHASH "0.9.3+f7968e7"
13+
#define _SEMVER_FULL "0.9.3+f7968e7"
14+
#define _SEMVER_NOBUILD "0.9.3 (16-01-2022)"
15+
#define _VERSION "0.9.3+f7968e7 (16-01-2022)"
1616
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)