Skip to content

Commit

Permalink
update to version 4.5.3
Browse files Browse the repository at this point in the history
* update to version 4.5.3
* update map to v2.6.3
  • Loading branch information
berndgassmann committed Nov 13, 2023
1 parent be6b68b commit 23a8fde
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cmake/ad-rss-lib-version.cmake
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# ----------------- BEGIN LICENSE BLOCK ---------------------------------
#
# Copyright (C) 2021 Intel Corporation
# Copyright (C) 2023 Intel Corporation
#
# ----------------- END LICENSE BLOCK -----------------------------------

set(AD-RSS-LIB_VERSION_MAJOR 4)
set(AD-RSS-LIB_VERSION_MINOR 5)
set(AD-RSS-LIB_VERSION_REVISION 2)
set(AD-RSS-LIB_VERSION 4.5.2)
set(AD-RSS-LIB_VERSION_REVISION 3)
set(AD-RSS-LIB_VERSION 4.5.3)

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.6.2)
set(CARLA-MAP_VERSION 2.6.3)
endif()
2 changes: 1 addition & 1 deletion dependencies/map
4 changes: 4 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Latest changes

## Release 4.5.3
#### :ghost: Maintenance
* Enable Ubuntu 22.04 builds
* Update map to v2.6.3

## Release 4.5.2

Expand Down

0 comments on commit 23a8fde

Please sign in to comment.