From ed840440f1e95eccff67636be81c106754ddd1f1 Mon Sep 17 00:00:00 2001 From: Allison Vacanti Date: Wed, 25 Aug 2021 13:15:39 -0400 Subject: [PATCH] First commit of 1.15.0. --- dependencies/cub | 2 +- thrust/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/cub b/dependencies/cub index 792ac3df5..1bc8794dc 160000 --- a/dependencies/cub +++ b/dependencies/cub @@ -1 +1 @@ -Subproject commit 792ac3df5c67f27f84b9acf7650272fc5688fa64 +Subproject commit 1bc8794dca01be863146851fc319d1431baa5d9b diff --git a/thrust/version.h b/thrust/version.h index e2591cda3..f20feb2e2 100644 --- a/thrust/version.h +++ b/thrust/version.h @@ -47,7 +47,7 @@ * THRUST_VERSION / 100 % 1000 is the minor version. * THRUST_VERSION / 100000 is the major version. */ -#define THRUST_VERSION 101400 +#define THRUST_VERSION 101500 /*! \def THRUST_MAJOR_VERSION * \brief The preprocessor macro \p THRUST_MAJOR_VERSION encodes the