Skip to content

Commit

Permalink
Update version (#1098)
Browse files Browse the repository at this point in the history
Update version of cunumeric to 24.01.
  • Loading branch information
marcinz authored Dec 2, 2023
1 parent 6cf9e94 commit 03cb875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cmake/versions.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 03cb875

Please sign in to comment.