Skip to content

Commit

Permalink
Updating versions for v24.10.00
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jul 3, 2024
1 parent f754c78 commit 246ac97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "morpheus_utils"]
path = external/utilities
url = https://github.com/nv-morpheus/utilities.git
branch = branch-24.06
branch = branch-24.10
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ morpheus_utils_initialize_package_manager(
morpheus_utils_initialize_cuda_arch(mrc)

project(mrc
VERSION 24.06.00
VERSION 24.10.00
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../external/utili
include(morpheus_utils/load)

project(mrc-quickstart
VERSION 24.06.00
VERSION 24.10.00
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/environment_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- pkg-config=0.29
- python=3.10
- scikit-build>=0.12
- mrc=24.06
- mrc=24.10
- sysroot_linux-64=2.17
- pip:
- cython
Expand Down
2 changes: 1 addition & 1 deletion external/utilities

0 comments on commit 246ac97

Please sign in to comment.