From 03cb8759d2c877f626ddcb8188b8d99ff144bdd9 Mon Sep 17 00:00:00 2001 From: Marcin Zalewski Date: Fri, 1 Dec 2023 23:50:20 -0800 Subject: [PATCH] Update version (#1098) Update version of cunumeric to 24.01. --- CMakeLists.txt | 2 +- cmake/versions.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f1c6a858..18b121f50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ include(rapids-cuda) include(rapids-export) include(rapids-find) -set(cunumeric_version 23.11.00) +set(cunumeric_version 24.01.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 diff --git a/cmake/versions.json b/cmake/versions.json index 9441e93d8..1e3d22f08 100644 --- a/cmake/versions.json +++ b/cmake/versions.json @@ -1,11 +1,11 @@ { "packages" : { "legate_core" : { - "version": "23.11.00", + "version": "24.01.00", "git_url" : "https://github.com/nv-legate/legate.core.git", "git_shallow": false, "always_download": false, - "git_tag" : "c05ebdab30dee6ac2d6e2808fb835fad0302822d" + "git_tag" : "08da13fc544f3db26bf1ef7ce9bdb85e72a9d9fb" } } }