We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac50b25 commit 075b3a7Copy full SHA for 075b3a7
include/version.h
@@ -17,7 +17,7 @@ Created By:
17
18
#define QMM_VERSION_MAJOR 2
19
#define QMM_VERSION_MINOR 4
20
-#define QMM_VERSION_REV 0
+#define QMM_VERSION_REV 1
21
22
#define QMM_VERSION STRINGIFY(QMM_VERSION_MAJOR) "." STRINGIFY(QMM_VERSION_MINOR) "." STRINGIFY(QMM_VERSION_REV)
23
0 commit comments