Skip to content

Commit 0bc7ba6

Browse files
authored
Update version to 24.11.02 (#516)
1 parent 1207434 commit 0bc7ba6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ include(rapids-cuda)
6363
include(rapids-export)
6464
include(rapids-find)
6565

66-
set(cupynumeric_version 24.11.00)
66+
set(cupynumeric_version 24.11.02)
6767

6868
# For now we want the optimization flags to match on both normal make and cmake
6969
# builds so we override the cmake defaults here for release, this changes

cmake/thirdparty/get_legate.cmake

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ function(find_or_configure_legate)
2424
include("${rapids-cmake-dir}/cpm/detail/package_details.cmake")
2525
rapids_cpm_package_details(legate version git_repo git_branch shallow exclude_from_all)
2626

27-
set(version ${PKG_VERSION})
27+
# 24.11.01 is a hack for release
28+
set(version 24.11.01)
2829
set(exclude_from_all ${PKG_EXCLUDE_FROM_ALL})
2930
if(PKG_BRANCH)
3031
set(git_branch "${PKG_BRANCH}")

cmake/versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"org": "nv-legate",
77
"artifact_workflow": "ci-gh.yml",
88
"nightly_workflow": "ci-gh-nightly-release.yml",
9-
"version": "24.11.00",
9+
"version": "24.11.01",
1010
"git_url" : "[email protected]:nv-legate/legate.core.internal.git",
1111
"git_shallow": false,
1212
"always_download": false,
13-
"git_tag" : "583cbc0bae357de2eb88b57a88e911750b82ca4f"
13+
"git_tag" : "29368dc25a97579dc8669aeb81322504a8c6639a"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)