This commit is contained in:
karenzshea 2017-12-18 11:39:44 +01:00
parent 5484118d77
commit 9d5a4be2d9
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# 5.14.2
- Changes from 5.14.1
# 5.14.1
- Changes from 5.14.0
- Bugfixes:

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 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.14.1",
"version": "5.14.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": {