Skip to content

Commit

Permalink
Release 4.5.1 (intel#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
berndgassmann authored Nov 24, 2021
1 parent 2c50c3d commit c298a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/ad-rss-lib-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

set(AD-RSS-LIB_VERSION_MAJOR 4)
set(AD-RSS-LIB_VERSION_MINOR 5)
set(AD-RSS-LIB_VERSION_REVISION 0)
set(AD-RSS-LIB_VERSION 4.5.0)
set(AD-RSS-LIB_VERSION_REVISION 1)
set(AD-RSS-LIB_VERSION 4.5.1)

if (EXISTS ${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
include(${CURRENT_LISTS_DIR}/../dependencies/map/cmake/carla-map-version.cmake)
else()
set(CARLA-MAP_VERSION 2.5.0)
set(CARLA-MAP_VERSION 2.6.0)
endif()
2 changes: 2 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Latest changes

## Release 4.5.1

#### :ghost: Maintenance
* Fix: removed duplicated spdlog dependency
* Update map to v2.6.0
Expand Down

0 comments on commit c298a5d

Please sign in to comment.