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 ca464fc

Browse files
committedOct 2, 2017
Tag for release.
1 parent e9b7b68 commit ca464fc

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
@@ -61,7 +61,7 @@ if (POLICY CMP0048)
6161
endif()
6262
project(OSRM C CXX)
6363
set(OSRM_VERSION_MAJOR 5)
64-
set(OSRM_VERSION_MINOR 12)
64+
set(OSRM_VERSION_MINOR 13)
6565
set(OSRM_VERSION_PATCH 0)
6666
set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}")
6767

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osrm",
3-
"version": "5.12.0-roundaboutexits.1",
3+
"version": "5.13.0-glibc.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.