Skip to content

Commit

Permalink
Bump up cunumeric version and legate.core version (#1004)
Browse files Browse the repository at this point in the history
Bump up cunumeric version to 23.09.00
  • Loading branch information
marcinz authored Jul 27, 2023
1 parent fa33ee5 commit 1883b71
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.07.00)
set(cunumeric_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
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.07.00",
"version": "23.09.00",
"git_url" : "https://github.com/nv-legate/legate.core.git",
"git_shallow": false,
"always_download": false,
"git_tag" : "ac75ac05a9056f49729797415ee489b45686a528"
"git_tag" : "35d0d4bd3c9d19946ccc641ec7074b44bbae8046"
}
}
}

0 comments on commit 1883b71

Please sign in to comment.