Bump version to 5.14.3

This commit is contained in:
Michael Krasnyk 2018-01-02 18:08:20 +01:00
parent 4c817de697
commit 28a5fe06bb
No known key found for this signature in database
GPG Key ID: 49C12AD0F43D2108
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ endif()
project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 14)
set(OSRM_VERSION_PATCH 2)
set(OSRM_VERSION_PATCH 3)
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.14.2",
"version": "5.14.3",
"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": {