diff options
| -rw-r--r-- | coin/dependencies.yaml | 2 | ||||
| -rw-r--r-- | sources/pyside6/.cmake.conf | 2 | ||||
| -rw-r--r-- | sources/shiboken6/.cmake.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml index d6bb51128..23bad52cc 100644 --- a/coin/dependencies.yaml +++ b/coin/dependencies.yaml @@ -1,6 +1,6 @@ product_dependency: ../../qt/qt5: - ref: "6.8" + ref: "6.8.3" dependency_source: supermodule dependencies: [ "../../qt/qt3d", diff --git a/sources/pyside6/.cmake.conf b/sources/pyside6/.cmake.conf index 218eedec9..b05793462 100644 --- a/sources/pyside6/.cmake.conf +++ b/sources/pyside6/.cmake.conf @@ -1,5 +1,5 @@ set(pyside_MAJOR_VERSION "6") set(pyside_MINOR_VERSION "8") -set(pyside_MICRO_VERSION "0") +set(pyside_MICRO_VERSION "3") set(pyside_PRE_RELEASE_VERSION_TYPE "") set(pyside_PRE_RELEASE_VERSION "") diff --git a/sources/shiboken6/.cmake.conf b/sources/shiboken6/.cmake.conf index 57c2a1f47..f4107baa6 100644 --- a/sources/shiboken6/.cmake.conf +++ b/sources/shiboken6/.cmake.conf @@ -1,5 +1,5 @@ set(shiboken_MAJOR_VERSION "6") set(shiboken_MINOR_VERSION "8") -set(shiboken_MICRO_VERSION "0") +set(shiboken_MICRO_VERSION "3") set(shiboken_PRE_RELEASE_VERSION_TYPE "") set(shiboken_PRE_RELEASE_VERSION "") |
