Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5484118

Browse files
committedNov 29, 2017
Bump version to 5.14.1
1 parent 2116cc6 commit 5484118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ endif()
6262
project(OSRM C CXX)
6363
set(OSRM_VERSION_MAJOR 5)
6464
set(OSRM_VERSION_MINOR 14)
65-
set(OSRM_VERSION_PATCH 0)
65+
set(OSRM_VERSION_PATCH 1)
6666
set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}")
6767

6868
add_definitions(-DOSRM_PROJECT_DIR="${CMAKE_CURRENT_SOURCE_DIR}")

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osrm",
3-
"version": "5.14.0-rc.1",
3+
"version": "5.14.1",
44
"private": false,
55
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
66
"dependencies": {

0 commit comments

Comments
 (0)
Failed to load comments.