From c082b038f91cdb289b244d0bc6c82c01cfabdc95 Mon Sep 17 00:00:00 2001 From: janbar Date: Thu, 1 Aug 2024 11:34:20 +0200 Subject: [PATCH] bump version 1.12.4 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 604f3244..1b08bc3a 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.3") -set(APP_VERSION_CODE 68) +set(APP_VERSION "1.12.4") +set(APP_VERSION_CODE 69) set(APP_ID "io.github.janbar.osmin") set(APP_NAME "osmin")