Bump OSRM version to 5.16.5

This commit is contained in:
Patrick Niklaus 2018-04-09 11:10:52 +00:00
parent 54d02fac15
commit c1fd02bb8d
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# 5.16.5
- Changes from 5.16.4:
- Debug:
- ADDED: Made toEdges allocation more robust and add better memory usage debugging.
# 5.16.4
- Changes from 5.16.3:
- Bugfixes:

View File

@ -61,7 +61,7 @@ endif()
project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 16)
set(OSRM_VERSION_PATCH 4)
set(OSRM_VERSION_PATCH 5)
set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}")
add_definitions(-DOSRM_PROJECT_DIR="${CMAKE_CURRENT_SOURCE_DIR}")

View File

@ -1,6 +1,6 @@
{
"name": "osrm",
"version": "5.16.4",
"version": "5.16.5",
"private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {