From f5b98b13fd28028f63f99f000cac18c569214e9d Mon Sep 17 00:00:00 2001 From: janbar Date: Wed, 16 Oct 2024 20:23:13 +0200 Subject: [PATCH] bump version 1.13.3 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89d5efc..65f5037 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,8 @@ option(INSTALL_TESTS "Install the tests on make install" OFF) option(BUILD_DEVICE_MOBILE "Enable behaviors for mobile devices" OFF) option(BUILD_SIMULATOR "Build the simulation tool for OSMIN" OFF) -set(APP_VERSION "1.13.2") -set(APP_VERSION_CODE 82) +set(APP_VERSION "1.13.3") +set(APP_VERSION_CODE 83) set(APP_ID "io.github.janbar.osmin") set(APP_NAME "osmin")