Update changelog and bump to 5.2.7

This commit is contained in:
Patrick Niklaus 2016-07-20 17:14:15 +02:00
parent 3414519cb8
commit 9224158835
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# 5.2.7
- Bugfixes
- BREAKING: Fix bug that could result in failure to load 'osrm.icd' files. This breaks the dataformat
- Fix deduplication of parallel edges. Now uses correct weight.
# 5.2.6
- Bugfixes

View File

@ -10,7 +10,7 @@ endif()
project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 2)
set(OSRM_VERSION_PATCH 6)
set(OSRM_VERSION_PATCH 7)
# these two functions build up custom variables:
# OSRM_INCLUDE_PATHS and OSRM_DEFINES