bump version to v2.1.8 for further development

This commit is contained in:
Daan
2024-05-21 12:32:38 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
set(mi_version_major 2)
set(mi_version_minor 1)
set(mi_version_patch 7)
set(mi_version_patch 8)
set(mi_version ${mi_version_major}.${mi_version_minor})
set(PACKAGE_VERSION ${mi_version})