From 70af7db38391c07b02dc0c2931e6c894f160ecd6 Mon Sep 17 00:00:00 2001 From: Allison Vacanti Date: Wed, 16 Jun 2021 10:52:40 -0400 Subject: [PATCH] Increase version number for 1.14.0. --- dependencies/cub | 2 +- thrust/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/cub b/dependencies/cub index d1eca62bc..dd63379fd 160000 --- a/dependencies/cub +++ b/dependencies/cub @@ -1 +1 @@ -Subproject commit d1eca62bc7d6fc61d597fccbe63a7e73a25c88c0 +Subproject commit dd63379fd0d9cbcd3ad110ca32c8dc784886d888 diff --git a/thrust/version.h b/thrust/version.h index 96a74b5c8..ec7208edd 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 101300 +#define THRUST_VERSION 101400 /*! \def THRUST_MAJOR_VERSION * \brief The preprocessor macro \p THRUST_MAJOR_VERSION encodes the