Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit c298a5d

Browse files
author
berndgassmann
authored
Release 4.5.1 (#119)
1 parent 2c50c3d commit c298a5d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cmake/ad-rss-lib-version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
set(AD-RSS-LIB_VERSION_MAJOR 4)
88
set(AD-RSS-LIB_VERSION_MINOR 5)
9-
set(AD-RSS-LIB_VERSION_REVISION 0)
10-
set(AD-RSS-LIB_VERSION 4.5.0)
9+
set(AD-RSS-LIB_VERSION_REVISION 1)
10+
set(AD-RSS-LIB_VERSION 4.5.1)
1111

1212
if (EXISTS ${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
1313
include(${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
1414
else()
15-
set(CARLA-MAP_VERSION 2.5.0)
15+
set(CARLA-MAP_VERSION 2.6.0)
1616
endif()

doc/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest changes
22

3+
## Release 4.5.1
4+
35
#### :ghost: Maintenance
46
* Fix: removed duplicated spdlog dependency
57
* Update map to v2.6.0

0 commit comments

Comments
 (0)