From 2239d4d6c34ff1c2137e34010cc5474e4beaf2ac Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Wed, 26 Jul 2023 12:33:20 -0700 Subject: [PATCH] Updated legate_core_version to 23.09.00 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a056ea340..077f32853 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ include(rapids-cuda) include(rapids-export) include(rapids-find) -set(legate_core_version 23.07.00) +set(legate_core_version 23.09.00) # For now we want the optimization flags to match on both normal make and cmake # builds so we override the cmake defaults here for release, this changes