We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dd319 commit 8f633e6Copy full SHA for 8f633e6
CMakeLists.txt
@@ -61,7 +61,7 @@ endif()
61
project(OSRM C CXX)
62
set(OSRM_VERSION_MAJOR 5)
63
set(OSRM_VERSION_MINOR 16)
64
-set(OSRM_VERSION_PATCH 1)
+set(OSRM_VERSION_PATCH 2)
65
set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}")
66
67
add_definitions(-DOSRM_PROJECT_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "osrm",
3
- "version": "5.16.1",
+ "version": "5.16.2",
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