diff --git a/CHANGELOG.md b/CHANGELOG.md index 634043287..8d5b0f4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6697ab747..b6728842b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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