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

Commit

Permalink
Bump version to 1.10.0. Commits prior to this are in 1.9.10.
Browse files Browse the repository at this point in the history
Reviewed-by: Michał 'Griwes' Dominiak <griwes@griwes.info>
  • Loading branch information
brycelelbach committed May 16, 2020
1 parent d106ddb commit 2a231db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/version.cuh
Expand Up @@ -43,7 +43,7 @@
* <tt>CUB_VERSION / 100 % 1000</tt> is the minor version.
* <tt>CUB_VERSION / 100000</tt> is the major version.
*/
#define CUB_VERSION 100910
#define CUB_VERSION 101000

/*! \def CUB_MAJOR_VERSION
* \brief The preprocessor macro \p CUB_MAJOR_VERSION encodes the
Expand Down

0 comments on commit 2a231db

Please sign in to comment.