Bump version to 5.7.2

This commit is contained in:
Patrick Niklaus 2017-05-24 16:49:03 +00:00
parent ddc8aed25d
commit c7293f2024
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# 5.7.2
- Changes from 5.7.1:
- Bug fixes:
- Fixes segmentation fault caused by the fix for 3977
# 5.7.1
- Changes from 5.7.0:
- Bug fixes:

View File

@ -55,7 +55,7 @@ endif()
project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 7)
set(OSRM_VERSION_PATCH 1)
set(OSRM_VERSION_PATCH 2)
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.7.1",
"version": "5.7.2",
"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": {