Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Dec 28, 2022
1 parent 53e3749 commit 6fcdeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# Basic information about our project
project(addhoursandminutes VERSION 1.3.0)
project(addhoursandminutes VERSION 1.3.1)
set(APP_ID de.akaflieg_freiburg.cavok.add_hours_and_minutes)
set(PROJECT_DATE 2022-10-20)
set(PROJECT_DATE 2022-12-28)
math(EXPR PROJECT_VERSION_CODE 100000*${PROJECT_VERSION_MAJOR}+1000*${PROJECT_VERSION_MINOR}+${PROJECT_VERSION_PATCH})
add_definitions( -DPROJECT_VERSION="${PROJECT_VERSION}" )

Expand Down

0 comments on commit 6fcdeb0

Please sign in to comment.