Skip to content

Commit 679d0ff

Browse files
committed
Update version.h
1 parent b2f40b5 commit 679d0ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

version.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 7
44
#define _VERSION_PATCH 5
5-
#define _VERSION_BUILD 585
5+
#define _VERSION_BUILD 586
66
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
77
#define _VERSION_DATE "10-02-2021"
8-
#define _VERSION_TIME "01:46:32"
8+
#define _VERSION_TIME "21:05:58"
99
#define _SEMVER_CORE "0.7.5"
10-
#define _SEMVER_BUILD "0.7.5+585"
11-
#define _SEMVER_FULL "0.7.5+585"
10+
#define _SEMVER_BUILD "0.7.5+586"
11+
#define _SEMVER_FULL "0.7.5+586"
1212
#define _SEMVER_NOBUILD "0.7.5 (10-02-2021)"
13-
#define _VERSION "0.7.5+585 (10-02-2021)"
13+
#define _VERSION "0.7.5+586 (10-02-2021)"
1414
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)