Skip to content

Commit 1df3bea

Browse files
committed
bump version to 2.6.0, retry compilation with qmmapi.h fixed for QMM_WRITEQMMLOG with no additional varargs
1 parent 23b260a commit 1df3bea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Created By:
1616
#define STRINGIFY2(x) #x
1717

1818
#define ROCKETMOD_QMM_VERSION_MAJOR 2
19-
#define ROCKETMOD_QMM_VERSION_MINOR 4
20-
#define ROCKETMOD_QMM_VERSION_REV 2
19+
#define ROCKETMOD_QMM_VERSION_MINOR 6
20+
#define ROCKETMOD_QMM_VERSION_REV 0
2121

2222
#define ROCKETMOD_QMM_VERSION STRINGIFY(ROCKETMOD_QMM_VERSION_MAJOR) "." STRINGIFY(ROCKETMOD_QMM_VERSION_MINOR) "." STRINGIFY(ROCKETMOD_QMM_VERSION_REV)
2323

0 commit comments

Comments
 (0)