diff --git a/CMakeLists.txt b/CMakeLists.txt index 78ab1d33..9a13d4e7 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.9") -set(APP_VERSION_CODE 74) +set(APP_VERSION "1.12.10") +set(APP_VERSION_CODE 75) set(APP_ID "io.github.janbar.osmin") set(APP_NAME "osmin")