[skip ci] Reset master versions for next release

This commit is contained in:
Daniel Patterson 2017-08-17 15:06:48 -07:00
parent 20a77f6d51
commit f4dc93ae66
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
# UNRELEASED
# 5.11.0
- Changes from 5.10:
- Features

View File

@ -60,7 +60,7 @@ if (POLICY CMP0048)
endif()
project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 11)
set(OSRM_VERSION_MINOR 12)
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.11.0-rc.2",
"version": "5.12.0-latest.1",
"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": {