Skip to content

Commit

Permalink
Updating versions for v24.03.00
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Dec 1, 2023
1 parent eda079d commit b152175
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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-23.11
branch = branch-24.03
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 23.11.00
VERSION 24.03.00
LANGUAGES C CXX
)

Expand Down
6 changes: 3 additions & 3 deletions ci/release/pr_code_freeze_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## :snowflake: Code freeze for `branch-${VERSION}` and `v${VERSION}` release
## :snowflake: Code freeze for `branch-${CURRENT_VERSION}` and `v${CURRENT_VERSION}` release

### What does this mean?
Only critical/hotfix level issues should be merged into `branch-${VERSION}` until release (merging of this PR).
Only critical/hotfix level issues should be merged into `branch-${CURRENT_VERSION}` until release (merging of this PR).

All other development PRs should be retargeted towards the next release branch: `branch-${NEXT_VERSION}`.

### What is the purpose of this PR?
- Update documentation
- Allow testing for the new release
- Enable a means to merge `branch-${VERSION}` into `main` for the release
- Enable a means to merge `branch-${CURRENT_VERSION}` into `main` for the release
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 23.11.00
VERSION 24.03.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=23.11
- mrc=24.03
- sysroot_linux-64=2.17
- pip:
- cython
Expand Down

0 comments on commit b152175

Please sign in to comment.