File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.6] - 2022-05-22
4+
5+ ### Changes
6+
7+ * fixes finding python3 on manylinux CICD image when installed
8+
39## [ 0.6.5] - 2022-05-19
410
511Patch release that mainly updates dependency versions.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.16)
22
33SET (CARMA_VERSION_MAJOR 0)
44SET (CARMA_VERSION_MINOR 6)
5- SET (CARMA_VERSION_PATCH 5 )
5+ SET (CARMA_VERSION_PATCH 6 )
66SET (CARMA_VERSION_INFO "${CARMA_VERSION_MAJOR} .${CARMA_VERSION_MINOR} .${CARMA_VERSION_PATCH} " )
77
88PROJECT (
Original file line number Diff line number Diff line change 3434#ifndef CARMA_VERSION_MAJOR
3535 #define CARMA_VERSION_MAJOR 0
3636 #define CARMA_VERSION_MINOR 6
37- #define CARMA_VERSION_PATCH 4
38- #define CARMA_VERSION_NAME "0.6.4 HO"
37+ #define CARMA_VERSION_PATCH 6
38+ #define CARMA_VERSION_NAME "0.6.6 HO"
3939#endif
4040
4141namespace carma {
You can’t perform that action at this time.
0 commit comments