We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b7b68 commit ca464fcCopy full SHA for ca464fc
CMakeLists.txt
@@ -61,7 +61,7 @@ if (POLICY CMP0048)
61
endif()
62
project(OSRM C CXX)
63
set(OSRM_VERSION_MAJOR 5)
64
-set(OSRM_VERSION_MINOR 12)
+set(OSRM_VERSION_MINOR 13)
65
set(OSRM_VERSION_PATCH 0)
66
set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}")
67
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "osrm",
3
- "version": "5.12.0-roundaboutexits.1",
+ "version": "5.13.0-glibc.1",
4
"private": false,
5
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
6
"dependencies": {
0 commit comments