Update changelog and bump to 5.2.7
This commit is contained in:
parent
3414519cb8
commit
9224158835
@ -1,6 +1,7 @@
|
|||||||
# 5.2.7
|
# 5.2.7
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
- BREAKING: Fix bug that could result in failure to load 'osrm.icd' files. This breaks the dataformat
|
- 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
|
# 5.2.6
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
|
@ -10,7 +10,7 @@ endif()
|
|||||||
project(OSRM C CXX)
|
project(OSRM C CXX)
|
||||||
set(OSRM_VERSION_MAJOR 5)
|
set(OSRM_VERSION_MAJOR 5)
|
||||||
set(OSRM_VERSION_MINOR 2)
|
set(OSRM_VERSION_MINOR 2)
|
||||||
set(OSRM_VERSION_PATCH 6)
|
set(OSRM_VERSION_PATCH 7)
|
||||||
|
|
||||||
# these two functions build up custom variables:
|
# these two functions build up custom variables:
|
||||||
# OSRM_INCLUDE_PATHS and OSRM_DEFINES
|
# OSRM_INCLUDE_PATHS and OSRM_DEFINES
|
||||||
|
Loading…
Reference in New Issue
Block a user