bump version to v2.1.8 for further development

This commit is contained in:
Daan 2024-05-21 12:32:38 -07:00
commit 556b81b2cc
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})