Skip to content

Commit 281577d

Browse files
committed
before update 0.10.0
1 parent 36108cf commit 281577d

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 10
44
#define _VERSION_PATCH 0
5-
#define _VERSION_BUILD 2008
6-
#define _VERSION_GITHASH "b8b8b45"
7-
#define _VERSION_PRERELEASE rc5
5+
#define _VERSION_BUILD 2010
6+
#define _VERSION_GITHASH "36108cf"
7+
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
88
#define _VERSION_DATE "28-01-2023"
9-
#define _VERSION_TIME "19:19:08"
9+
#define _VERSION_TIME "21:13:57"
1010
#define _SEMVER_CORE "0.10.0"
11-
#define _SEMVER_BUILD "0.10.0+2008"
12-
#define _SEMVER_GITHASH "0.10.0+b8b8b45"
13-
#define _SEMVER_FULL "0.10.0-rc5+b8b8b45"
14-
#define _SEMVER_NOBUILD "0.10.0-rc5 (28-01-2023)"
15-
#define _VERSION "0.10.0-rc5+b8b8b45 (28-01-2023)"
11+
#define _SEMVER_BUILD "0.10.0+2010"
12+
#define _SEMVER_GITHASH "0.10.0+36108cf"
13+
#define _SEMVER_FULL "0.10.0+36108cf"
14+
#define _SEMVER_NOBUILD "0.10.0 (28-01-2023)"
15+
#define _VERSION "0.10.0+36108cf (28-01-2023)"
1616
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)