Skip to content

Commit 23a8fde

Browse files
update to version 4.5.3
* update to version 4.5.3 * update map to v2.6.3
1 parent be6b68b commit 23a8fde

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

cmake/ad-rss-lib-version.cmake

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# ----------------- BEGIN LICENSE BLOCK ---------------------------------
22
#
3-
# Copyright (C) 2021 Intel Corporation
3+
# Copyright (C) 2023 Intel Corporation
44
#
55
# ----------------- END LICENSE BLOCK -----------------------------------
66

77
set(AD-RSS-LIB_VERSION_MAJOR 4)
88
set(AD-RSS-LIB_VERSION_MINOR 5)
9-
set(AD-RSS-LIB_VERSION_REVISION 2)
10-
set(AD-RSS-LIB_VERSION 4.5.2)
9+
set(AD-RSS-LIB_VERSION_REVISION 3)
10+
set(AD-RSS-LIB_VERSION 4.5.3)
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.6.2)
15+
set(CARLA-MAP_VERSION 2.6.3)
1616
endif()

doc/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Latest changes
22

3+
## Release 4.5.3
4+
#### :ghost: Maintenance
5+
* Enable Ubuntu 22.04 builds
6+
* Update map to v2.6.3
37

48
## Release 4.5.2
59

0 commit comments

Comments
 (0)