Skip to content

Commit c8f267b

Browse files
author
Evan Lezar
committed
Merge branch 'bump-version-1.11.0' into 'main'
Bump version to 1.11.0 See merge request nvidia/container-toolkit/libnvidia-container!181
2 parents 2ef6664 + ac1bcd9 commit c8f267b

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.11.0-1) UNRELEASED; urgency=medium
2+
3+
* Promote 1.11.0~rc.3-1 to 1.11.0-1
4+
5+
-- NVIDIA CORPORATION <[email protected]> Mon, 05 Sep 2022 15:52:45 +0200
6+
17
libnvidia-container (1.11.0~rc.3-1) experimental; urgency=medium
28

39
* Preload libgcc_s.so.1 on arm64 systems

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+
* Mon Sep 05 2022 NVIDIA CORPORATION <[email protected]> 1.11.0-1
103+
- Promote 1.11.0-0.1.rc.3 to 1.11.0-1
104+
102105
* Tue Aug 23 2022 NVIDIA CORPORATION <[email protected]> 1.11.0-0.1.rc.3
103106
- Preload libgcc_s.so.1 on arm64 systems
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.3"
37-
#define NVC_VERSION "1.11.0~rc.3"
36+
#define NVC_TAG
37+
#define NVC_VERSION "1.11.0"
3838

3939
#define NVC_ARG_MAX 256
4040

0 commit comments

Comments
 (0)