Bump version 5.16.2

This commit is contained in:
Michael Krasnyk 2018-02-28 15:54:44 +01:00
parent 86dd319d29
commit 321674a9cf
No known key found for this signature in database
GPG Key ID: 49C12AD0F43D2108
2 changed files with 2 additions and 2 deletions

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 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.16.1",
"version": "5.16.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": {