Skip to content

Commit ee1d9b2

Browse files
committed
bumping version to 2.3.0
1 parent 7bc39e4 commit ee1d9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Created By:
1616
#define STRINGIFY2(x) #x
1717

1818
#define QMM_VERSION_MAJOR 2
19-
#define QMM_VERSION_MINOR 2
19+
#define QMM_VERSION_MINOR 3
2020
#define QMM_VERSION_REV 0
2121

2222
#define QMM_VERSION STRINGIFY(QMM_VERSION_MAJOR) "." STRINGIFY(QMM_VERSION_MINOR) "." STRINGIFY(QMM_VERSION_REV)

0 commit comments

Comments
 (0)