Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit c493b3b

Browse files
committed
Bump version number to 1.17.2.
1 parent e9a0a6a commit c493b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cub/version.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* <tt>CUB_VERSION / 100 % 1000</tt> is the minor version.
4444
* <tt>CUB_VERSION / 100000</tt> is the major version.
4545
*/
46-
#define CUB_VERSION 101701
46+
#define CUB_VERSION 101702
4747

4848
/*! \def CUB_MAJOR_VERSION
4949
* \brief The preprocessor macro \p CUB_MAJOR_VERSION encodes the

0 commit comments

Comments
 (0)