[skip ci] Update changelog and OSRM version

This commit is contained in:
Patrick Niklaus 2016-05-20 18:52:00 +02:00
parent c2e520ad9d
commit edf9e0c1ed
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 5.2.0
# 5.2.0 RC1
Changes from 5.1.0
- API:

View File

@ -8,7 +8,7 @@ endif()
project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 1)
set(OSRM_VERSION_MINOR 2)
set(OSRM_VERSION_PATCH 0)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)