Skip to content

Commit 721f5df

Browse files
committed
Update version.h
1 parent 7e494da commit 721f5df

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 8
5-
#define _VERSION_BUILD 703
5+
#define _VERSION_BUILD 704
66
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
77
#define _VERSION_DATE "25-02-2021"
8-
#define _VERSION_TIME "20:11:08"
8+
#define _VERSION_TIME "20:13:10"
99
#define _SEMVER_CORE "0.7.8"
10-
#define _SEMVER_BUILD "0.7.8+703"
11-
#define _SEMVER_FULL "0.7.8+703"
10+
#define _SEMVER_BUILD "0.7.8+704"
11+
#define _SEMVER_FULL "0.7.8+704"
1212
#define _SEMVER_NOBUILD "0.7.8 (25-02-2021)"
13-
#define _VERSION "0.7.8+703 (25-02-2021)"
13+
#define _VERSION "0.7.8+704 (25-02-2021)"
1414
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)