Skip to content

Commit 075b3a7

Browse files
committed
bump version to 2.4.1
1 parent ac50b25 commit 075b3a7

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
@@ -17,7 +17,7 @@ Created By:
1717

1818
#define QMM_VERSION_MAJOR 2
1919
#define QMM_VERSION_MINOR 4
20-
#define QMM_VERSION_REV 0
20+
#define QMM_VERSION_REV 1
2121

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

0 commit comments

Comments
 (0)