From 40e54fe74a034d67950da1abff35d8fb6ce8a90c Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 17 Oct 2024 18:04:47 +0000 Subject: [PATCH] Bump main to 3.7.5. --- cub/cub/version.cuh | 2 +- lib/cmake/cccl/cccl-config-version.cmake | 4 ++-- libcudacxx/include/cuda/std/__cccl/version.h | 2 +- python/cuda_cooperative/cuda/cooperative/_version.py | 2 +- python/cuda_parallel/cuda/parallel/_version.py | 2 +- thrust/thrust/version.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cub/cub/version.cuh b/cub/cub/version.cuh index 95755133e3b..130beeecb58 100644 --- a/cub/cub/version.cuh +++ b/cub/cub/version.cuh @@ -58,7 +58,7 @@ * CUB_VERSION / 100 % 1000 is the minor version. * CUB_VERSION / 100000 is the major version. */ -#define CUB_VERSION 200700 // macro expansion with ## requires this to be a single value +#define CUB_VERSION 300705 // macro expansion with ## requires this to be a single value /*! \def CUB_MAJOR_VERSION * \brief The preprocessor macro \p CUB_MAJOR_VERSION encodes the diff --git a/lib/cmake/cccl/cccl-config-version.cmake b/lib/cmake/cccl/cccl-config-version.cmake index 4634b85a36a..3f8e8fd95ac 100644 --- a/lib/cmake/cccl/cccl-config-version.cmake +++ b/lib/cmake/cccl/cccl-config-version.cmake @@ -1,6 +1,6 @@ -set(CCCL_VERSION_MAJOR 2) +set(CCCL_VERSION_MAJOR 3) set(CCCL_VERSION_MINOR 7) -set(CCCL_VERSION_PATCH 0) +set(CCCL_VERSION_PATCH 5) set(CCCL_VERSION_TWEAK 0) set(CCCL_VERSION "${CCCL_VERSION_MAJOR}.${CCCL_VERSION_MINOR}.${CCCL_VERSION_PATCH}.${CCCL_VERSION_TWEAK}") diff --git a/libcudacxx/include/cuda/std/__cccl/version.h b/libcudacxx/include/cuda/std/__cccl/version.h index 5ef3b20c0fb..b203e8666e9 100644 --- a/libcudacxx/include/cuda/std/__cccl/version.h +++ b/libcudacxx/include/cuda/std/__cccl/version.h @@ -14,7 +14,7 @@ #ifndef __CCCL_VERSION_H #define __CCCL_VERSION_H -#define CCCL_VERSION 2007000 +#define CCCL_VERSION 3007005 #define CCCL_MAJOR_VERSION (CCCL_VERSION / 1000000) #define CCCL_MINOR_VERSION (((CCCL_VERSION / 1000) % 1000)) #define CCCL_PATCH_VERSION (CCCL_VERSION % 1000) diff --git a/python/cuda_cooperative/cuda/cooperative/_version.py b/python/cuda_cooperative/cuda/cooperative/_version.py index d12cf81dc75..050ca740d07 100644 --- a/python/cuda_cooperative/cuda/cooperative/_version.py +++ b/python/cuda_cooperative/cuda/cooperative/_version.py @@ -4,4 +4,4 @@ # This file is generated by ci/update_version.sh # Do not edit this file manually. -__version__ = "0.1.2.7.0" +__version__ = "0.1.3.7.5" diff --git a/python/cuda_parallel/cuda/parallel/_version.py b/python/cuda_parallel/cuda/parallel/_version.py index d12cf81dc75..050ca740d07 100644 --- a/python/cuda_parallel/cuda/parallel/_version.py +++ b/python/cuda_parallel/cuda/parallel/_version.py @@ -4,4 +4,4 @@ # This file is generated by ci/update_version.sh # Do not edit this file manually. -__version__ = "0.1.2.7.0" +__version__ = "0.1.3.7.5" diff --git a/thrust/thrust/version.h b/thrust/thrust/version.h index 9eab2eb2ac8..f46e0c1136b 100644 --- a/thrust/thrust/version.h +++ b/thrust/thrust/version.h @@ -61,7 +61,7 @@ * THRUST_VERSION / 100 % 1000 is the minor version. * THRUST_VERSION / 100000 is the major version. */ -#define THRUST_VERSION 200700 // macro expansion with ## requires this to be a single value +#define THRUST_VERSION 300705 // macro expansion with ## requires this to be a single value /*! \def THRUST_MAJOR_VERSION * \brief The preprocessor macro \p THRUST_MAJOR_VERSION encodes the