File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
include/cuda/std/detail/libcxx/include/__cccl Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/cub-header-search.cmake")
33
44set (CUB_VERSION_MAJOR 2)
55set (CUB_VERSION_MINOR 3)
6- set (CUB_VERSION_PATCH 1 )
6+ set (CUB_VERSION_PATCH 2 )
77set (CUB_VERSION_TWEAK 0)
88set (CUB_VERSION "${CUB_VERSION_MAJOR} .${CUB_VERSION_MINOR} .${CUB_VERSION_PATCH} .${CUB_VERSION_TWEAK} " )
99
Original file line number Diff line number Diff line change 5858 * <tt>CUB_VERSION / 100 % 1000</tt> is the minor version.
5959 * <tt>CUB_VERSION / 100000</tt> is the major version.
6060 */
61- #define CUB_VERSION 200301 // macro expansion with ## requires this to be a single value
61+ #define CUB_VERSION 200302 // macro expansion with ## requires this to be a single value
6262
6363/* ! \def CUB_MAJOR_VERSION
6464 * \brief The preprocessor macro \p CUB_MAJOR_VERSION encodes the
Original file line number Diff line number Diff line change 11set (CCCL_VERSION_MAJOR 2)
22set (CCCL_VERSION_MINOR 3)
3- set (CCCL_VERSION_PATCH 1 )
3+ set (CCCL_VERSION_PATCH 2 )
44set (CCCL_VERSION_TWEAK 0)
55
66set (CCCL_VERSION "${CCCL_VERSION_MAJOR} .${CCCL_VERSION_MINOR} .${CCCL_VERSION_PATCH} .${CCCL_VERSION_TWEAK} " )
Original file line number Diff line number Diff line change 1111#ifndef __CCCL_VERSION_H
1212#define __CCCL_VERSION_H
1313
14- #define CCCL_VERSION 2003001
14+ #define CCCL_VERSION 2003002
1515#define CCCL_MAJOR_VERSION (CCCL_VERSION / 1000000)
1616#define CCCL_MINOR_VERSION (((CCCL_VERSION / 1000) % 1000))
1717#define CCCL_PATCH_VERSION (CCCL_VERSION % 1000)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/libcudacxx-header-search.cmake")
33
44set (libcudacxx_VERSION_MAJOR 2)
55set (libcudacxx_VERSION_MINOR 3)
6- set (libcudacxx_VERSION_PATCH 1 )
6+ set (libcudacxx_VERSION_PATCH 2 )
77set (libcudacxx_VERSION_TWEAK 0)
88
99set (libcudacxx_VERSION
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/thrust-header-search.cmake")
33
44set (THRUST_VERSION_MAJOR 2)
55set (THRUST_VERSION_MINOR 3)
6- set (THRUST_VERSION_PATCH 1 ) # Thrust: "subminor" CMake: "patch"
6+ set (THRUST_VERSION_PATCH 2 ) # Thrust: "subminor" CMake: "patch"
77set (THRUST_VERSION_TWEAK 0)
88set (THRUST_VERSION "${THRUST_VERSION_MAJOR} .${THRUST_VERSION_MINOR} .${THRUST_VERSION_PATCH} .${THRUST_VERSION_TWEAK} " )
99
Original file line number Diff line number Diff line change 6161 * <tt>THRUST_VERSION / 100 % 1000</tt> is the minor version.
6262 * <tt>THRUST_VERSION / 100000</tt> is the major version.
6363 */
64- #define THRUST_VERSION 200301 // macro expansion with ## requires this to be a single value
64+ #define THRUST_VERSION 200302 // macro expansion with ## requires this to be a single value
6565
6666/*! \def THRUST_MAJOR_VERSION
6767 * \brief The preprocessor macro \p THRUST_MAJOR_VERSION encodes the
You can’t perform that action at this time.
0 commit comments