Skip to content

Commit

Permalink
Updating versions for v24.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Apr 5, 2024
1 parent f78d50d commit 5a6ae3c
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.03
branch = branch-24.06
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.03.00
VERSION 24.06.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.03.00
VERSION 24.06.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.03
- mrc=24.06
- sysroot_linux-64=2.17
- pip:
- cython
Expand Down
2 changes: 1 addition & 1 deletion external/utilities

0 comments on commit 5a6ae3c

Please sign in to comment.