Skip to content

Commit

Permalink
Bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Sep 9, 2021
1 parent 67535bd commit 24ed82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option(BUILD_DOC "Build developer documentation" OFF)
# Project data
#

project(enroute VERSION 2.11.0)
project(enroute VERSION 2.11.1)
set(APP_ID de.akaflieg_freiburg.enroute)
math(EXPR PROJECT_VERSION_CODE 10000*${PROJECT_VERSION_MAJOR}+100*${PROJECT_VERSION_MINOR}+${PROJECT_VERSION_PATCH})
add_compile_definitions(PROJECT_VERSION="${PROJECT_VERSION}")
Expand Down

0 comments on commit 24ed82e

Please sign in to comment.