We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65f351 commit cd6ce72Copy full SHA for cd6ce72
CMakeLists.txt
@@ -7,8 +7,8 @@ option(INSTALL_TESTS "Install the tests on make install" OFF)
7
option(BUILD_DEVICE_MOBILE "Enable behaviors for mobile devices" OFF)
8
option(BUILD_SIMULATOR "Build the simulation tool for OSMIN" OFF)
9
10
-set(APP_VERSION "1.13.3")
11
-set(APP_VERSION_CODE 83)
+set(APP_VERSION "1.13.4")
+set(APP_VERSION_CODE 84)
12
set(APP_ID "io.github.janbar.osmin")
13
set(APP_NAME "osmin")
14
0 commit comments