Skip to content

Commit

Permalink
Merge branch 'bump-version-1.12.0-rc.5' into 'main'
Browse files Browse the repository at this point in the history
Bump version to 1.12.0-rc.5

See merge request nvidia/container-toolkit/libnvidia-container!192
  • Loading branch information
Evan Lezar committed Feb 1, 2023
2 parents 7aa2c9b + 324a93f commit 4b7f3d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libnvidia-container (1.12.0~rc.5-1) experimental; urgency=medium

* Bump version to 1.12.0-rc.5

-- NVIDIA CORPORATION <[email protected]> Wed, 01 Feb 2023 04:05:08 +0100

libnvidia-container (1.12.0~rc.4-1) experimental; urgency=medium

* Fix bug when checking whether files exist on file creation from 1.12.0-rc.2
Expand Down
3 changes: 3 additions & 0 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Wed Feb 01 2023 NVIDIA CORPORATION <[email protected]> 1.12.0-0.1.rc.5
- Bump version to 1.12.0-rc.5

* Wed Jan 18 2023 NVIDIA CORPORATION <[email protected]> 1.12.0-0.1.rc.4
- Fix bug when checking whether files exist on file creation from 1.12.0-rc.2

Expand Down
4 changes: 2 additions & 2 deletions src/nvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ extern "C" {
// For stable releases, this should be defined as empty.
// For release candidates, this should be defined with the format "rc.1"
// The version string should also be updated accordingly, using a ~ separator where applicable.
#define NVC_TAG "rc.4"
#define NVC_VERSION "1.12.0~rc.4"
#define NVC_TAG "rc.5"
#define NVC_VERSION "1.12.0~rc.5"

#define NVC_ARG_MAX 256

Expand Down

0 comments on commit 4b7f3d9

Please sign in to comment.