Skip to content

Commit 4216d2b

Browse files
committed
Bump revision number
1 parent d23154e commit 4216d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ include(GNUInstallDirs)
1111
# Project data
1212
#
1313

14-
project(enroute VERSION 1.1.0)
14+
project(enroute VERSION 1.1.1)
1515
set(APP_ID de.akaflieg_freiburg.enroute)
16-
set(PROJECT_DATE 2020-02-06)
16+
set(PROJECT_DATE 2020-02-07)
1717
math(EXPR PROJECT_VERSION_CODE 10000*${PROJECT_VERSION_MAJOR}+100*${PROJECT_VERSION_MINOR}+${PROJECT_VERSION_PATCH})
1818
add_compile_definitions(PROJECT_VERSION="${PROJECT_VERSION}")
1919

0 commit comments

Comments
 (0)