You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version numbers to 2.4.7
* Fix OpenDrive GeometryParamPoly3 calculation
* Cleanup documentation
* Remove outdated and complicated plain cmake handling from docu
* Removed some left-over from python-binding.cmake
* Build QGIS plugin only if python is enabled
* Update ad_map_access_qgis docu and release workflow
Copy file name to clipboardExpand all lines: ad_map_access/python/setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ def finalize_options(self):
24
24
packages=["ad_map_access"],
25
25
package_dir={"": sys.argv.pop(-1)},
26
26
package_data={"ad_map_access": ["*.so"]},
27
-
version="2.4.5",
27
+
version="2.4.7",
28
28
author='CARLA Simulator Team',
29
29
author_email='carla.simulator@gmail.com',
30
30
license="MIT",
@@ -48,7 +48,7 @@ def finalize_options(self):
48
48
\
49
49
See [project webpage](https://ad-map-access.readthedocs.io/en/latest/) or [doxygen docu](https://ad-map-access.readthedocs.io/en/latest/ad_map_access/apidoc/html/index.html) for a full interface description.",
Copy file name to clipboardExpand all lines: ad_map_access_test_support/generated/CMakeLists.txt
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
##
15
15
16
16
cmake_minimum_required(VERSION 3.5)
17
-
project(ad_map_access_test_support VERSION 2.4.0)
17
+
project(ad_map_access_test_support VERSION 2.4.7)
18
18
19
19
include(GNUInstallDirs)
20
20
include(CMakePackageConfigHelpers)
@@ -31,7 +31,7 @@ if ((NOT ad_map_access_test_support_SOURCES) OR (NOT ad_map_access_test_support_
31
31
message(FATAL_ERROR "${PROJECT_NAME}: Variable ad_map_access_test_support_SOURCES or ad_map_access_test_support_INCLUDE_DIRS pointing to the generator managed library not set!")
0 commit comments