Skip to content

Commit 324a93f

Browse files
committed
Bump version to 1.12.0-rc.5
Signed-off-by: Evan Lezar <[email protected]>
1 parent 7aa2c9b commit 324a93f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

pkg/deb/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libnvidia-container (1.12.0~rc.5-1) experimental; urgency=medium
2+
3+
* Bump version to 1.12.0-rc.5
4+
5+
-- NVIDIA CORPORATION <[email protected]> Wed, 01 Feb 2023 04:05:08 +0100
6+
17
libnvidia-container (1.12.0~rc.4-1) experimental; urgency=medium
28

39
* Fix bug when checking whether files exist on file creation from 1.12.0-rc.2

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library.
9999
%{_bindir}/*
100100

101101
%changelog
102+
* Wed Feb 01 2023 NVIDIA CORPORATION <[email protected]> 1.12.0-0.1.rc.5
103+
- Bump version to 1.12.0-rc.5
104+
102105
* Wed Jan 18 2023 NVIDIA CORPORATION <[email protected]> 1.12.0-0.1.rc.4
103106
- Fix bug when checking whether files exist on file creation from 1.12.0-rc.2
104107

src/nvc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ extern "C" {
3333
// For stable releases, this should be defined as empty.
3434
// For release candidates, this should be defined with the format "rc.1"
3535
// The version string should also be updated accordingly, using a ~ separator where applicable.
36-
#define NVC_TAG "rc.4"
37-
#define NVC_VERSION "1.12.0~rc.4"
36+
#define NVC_TAG "rc.5"
37+
#define NVC_VERSION "1.12.0~rc.5"
3838

3939
#define NVC_ARG_MAX 256
4040

0 commit comments

Comments
 (0)