Bump version to 5.10

This commit is contained in:
Patrick Niklaus 2017-07-11 08:25:57 +00:00
parent 924a8a7e38
commit 8508834e50
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# 5.10.0
- Changes from 5.9:
# 5.9.0 # 5.9.0
- Changes from 5.8: - Changes from 5.8:
- Algorithm: - Algorithm:

View File

@ -55,7 +55,7 @@ if (POLICY CMP0048)
endif() endif()
project(OSRM C CXX) project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5) set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 9) set(OSRM_VERSION_MINOR 10)
set(OSRM_VERSION_PATCH 0) set(OSRM_VERSION_PATCH 0)
set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}") set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}")

View File

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