Skip to content

Commit

Permalink
Merge branch 'bump-1.7.0' into 'master'
Browse files Browse the repository at this point in the history
Bump version to 1.7.0

See merge request nvidia/container-toolkit/libnvidia-container!112
  • Loading branch information
Evan Lezar committed Nov 30, 2021
2 parents e2d998c + 20f53b0 commit f37bb38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
libnvidia-container (1.7.0~rc.2-1) experimental; urgency=medium
libnvidia-container (1.7.0-1) UNRELEASED; urgency=medium

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

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

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

Expand Down
3 changes: 2 additions & 1 deletion pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

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

* Thu Nov 25 2021 NVIDIA CORPORATION <[email protected]> 1.7.0-0.1.rc.1
Expand Down
4 changes: 2 additions & 2 deletions src/nvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,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.2"
#define NVC_VERSION "1.7.0~rc.2"
#define NVC_TAG
#define NVC_VERSION "1.7.0"

#define NVC_ARG_MAX 256

Expand Down

0 comments on commit f37bb38

Please sign in to comment.