Skip to content

Commit

Permalink
Update version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
danpat committed Nov 8, 2016
1 parent 7886a1d commit 5cf8a3d
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 @@ -10,7 +10,7 @@ endif()
project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 4)
set(OSRM_VERSION_PATCH 0)
set(OSRM_VERSION_PATCH 3)

# these two functions build up custom variables:
# OSRM_INCLUDE_PATHS and OSRM_DEFINES
Expand Down

0 comments on commit 5cf8a3d

Please sign in to comment.