From bc0efab981723953dc312e3ffe9512b8b52c86d3 Mon Sep 17 00:00:00 2001 From: janbar Date: Sat, 14 Oct 2023 21:23:31 +0200 Subject: [PATCH] bump version 1.10.4 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d6f141b..e9f36d16 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.10.3") -set(APP_VERSION_CODE 58) +set(APP_VERSION "1.10.4") +set(APP_VERSION_CODE 59) set(APP_ID "io.github.janbar.osmin") set(APP_NAME "osmin")