[skip ci] Bumps version to 5.11

This commit is contained in:
Daniel J. Hofmann 2017-08-08 11:28:04 +02:00
parent 3b8e5cec88
commit 46f75c3d92
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# 5.11.0
- Changes from 5.10:
# 5.10.0
- Changes from 5.9:
- Profiles:

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "osrm",
"version": "5.10.0-rc.2",
"version": "5.11.0",
"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": {