diff --git a/CMakeLists.txt b/CMakeLists.txt index bcf8bcff..6fd93f82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,8 +6,8 @@ project(osmin C CXX) option(INSTALL_TESTS "Install the tests on make install" OFF) option(BUILD_DEVICE_MOBILE "Enable behaviors for mobile devices" OFF) -set(APP_VERSION "1.12.6") -set(APP_VERSION_CODE 71) +set(APP_VERSION "1.12.7") +set(APP_VERSION_CODE 72) set(APP_ID "io.github.janbar.osmin") set(APP_NAME "osmin")