Reset versions/changelog for next release - 5.14 work happens on the 5.14 release branch.

This commit is contained in:
Daniel Patterson 2017-11-22 12:37:34 -08:00
parent 9fca6987c9
commit 02a2d25a3f
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,4 +1,6 @@
# UNRELEASED
# 5.14.0
- Changes from 5.13
- API:
- ADDED: new RouteStep property `driving_side` that has either "left" or "right" for that step

View File

@ -61,7 +61,7 @@ if (POLICY CMP0048)
endif()
project(OSRM C CXX)
set(OSRM_VERSION_MAJOR 5)
set(OSRM_VERSION_MINOR 14)
set(OSRM_VERSION_MINOR 15)
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.14.0-latest.1",
"version": "5.15.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": {