Skip to content

Commit 6305f4a

Browse files
committed
Update changelog and version.
1 parent 646b163 commit 6305f4a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.5.2
2+
- Changes from 5.5.1
3+
- Revert smarter map-matching search radius. The increased radius causes performance degredation when map-matching against non-car road networks with more edges.
4+
15
# 5.5.1
26
- Changes from 5.5.0
37
- Bugfixes

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endif()
5353
project(OSRM C CXX)
5454
set(OSRM_VERSION_MAJOR 5)
5555
set(OSRM_VERSION_MINOR 5)
56-
set(OSRM_VERSION_PATCH 1)
56+
set(OSRM_VERSION_PATCH 2)
5757
set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}")
5858

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

0 commit comments

Comments
 (0)