Skip to content

Commit f37bb38

Browse files
author
Evan Lezar
committed
Merge branch 'bump-1.7.0' into 'master'
Bump version to 1.7.0 See merge request nvidia/container-toolkit/libnvidia-container!112
2 parents e2d998c + 20f53b0 commit f37bb38

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

pkg/deb/changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
libnvidia-container (1.7.0~rc.2-1) experimental; urgency=medium
1+
libnvidia-container (1.7.0-1) UNRELEASED; urgency=medium
22

3+
* Promote 1.7.0~rc.1-1 to 1.7.0-1
34
* Add replacement for versions in debian symbol file
45

5-
-- NVIDIA CORPORATION <[email protected]> Mon, 29 Nov 2021 10:06:53 +0100
6+
-- NVIDIA CORPORATION <[email protected]> Tue, 30 Nov 2021 13:42:08 +0100
67

78
libnvidia-container (1.7.0~rc.1-1) experimental; urgency=medium
89

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ This package contains command-line tools that facilitate using the library.
9999
%{_bindir}/*
100100

101101
%changelog
102-
* Mon Nov 29 2021 NVIDIA CORPORATION <[email protected]> 1.7.0-0.1.rc.2
102+
* Tue Nov 30 2021 NVIDIA CORPORATION <[email protected]> 1.7.0-1
103+
- Promote 1.7.0-0.1.rc.1 to 1.7.0-1
103104
- Add replacement for versions in debian symbol file
104105

105106
* Thu Nov 25 2021 NVIDIA CORPORATION <[email protected]> 1.7.0-0.1.rc.1

src/nvc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ extern "C" {
2121
// For stable releases, this should be defined as empty.
2222
// For release candidates, this should be defined with the format "rc.1"
2323
// The version string should also be updated accordingly, using a ~ separator where applicable.
24-
#define NVC_TAG "rc.2"
25-
#define NVC_VERSION "1.7.0~rc.2"
24+
#define NVC_TAG
25+
#define NVC_VERSION "1.7.0"
2626

2727
#define NVC_ARG_MAX 256
2828

0 commit comments

Comments
 (0)