Skip to content

Commit b583291

Browse files
committed
Bump version field and update CHANGELOG.
1 parent d188e8e commit b583291

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.5.1
2+
- Changes from 5.5.0
3+
- Bugfixes
4+
- Fixes #3455 where a deadlock could occur if re-loading new data under heavy load with multiple consumers osrm-datastore
5+
16
# 5.5.0
27
- Changes from 5.4.0
38
- API:

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 0)
56+
set(OSRM_VERSION_PATCH 1)
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)