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 d23154e commit 4216d2bCopy full SHA for 4216d2b
CMakeLists.txt
@@ -11,9 +11,9 @@ include(GNUInstallDirs)
11
# Project data
12
#
13
14
-project(enroute VERSION 1.1.0)
+project(enroute VERSION 1.1.1)
15
set(APP_ID de.akaflieg_freiburg.enroute)
16
-set(PROJECT_DATE 2020-02-06)
+set(PROJECT_DATE 2020-02-07)
17
math(EXPR PROJECT_VERSION_CODE 10000*${PROJECT_VERSION_MAJOR}+100*${PROJECT_VERSION_MINOR}+${PROJECT_VERSION_PATCH})
18
add_compile_definitions(PROJECT_VERSION="${PROJECT_VERSION}")
19
0 commit comments