Skip to content

Commit db43b5c

Browse files
committed
bump version
1 parent a1864d6 commit db43b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inc/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#define ver_str(a,b,c,d) str(a) "." str(b) "." str(c) "." str(d)
66
#define git_str(a) str(a)
77

8-
#define VERSION_MAJOR 6
9-
#define VERSION_MINOR 9
8+
#define VERSION_MAJOR 7
9+
#define VERSION_MINOR 0
1010
#define VERSION_BUILD 0
11-
#define VERSION_REVISION 1
11+
#define VERSION_REVISION 0
1212

1313
#define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION
1414
#define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION)

0 commit comments

Comments
 (0)