From 20f53b07ca41d2a1f135d0d85f117bda1e92d76d Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 30 Nov 2021 13:43:53 +0100 Subject: [PATCH] Bump version to 1.7.0 Signed-off-by: Evan Lezar --- pkg/deb/changelog | 5 +++-- pkg/rpm/SPECS/libnvidia-container.spec | 3 ++- src/nvc.h | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pkg/deb/changelog b/pkg/deb/changelog index 6dd9ef43..ea112267 100644 --- a/pkg/deb/changelog +++ b/pkg/deb/changelog @@ -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 Mon, 29 Nov 2021 10:06:53 +0100 + -- NVIDIA CORPORATION Tue, 30 Nov 2021 13:42:08 +0100 libnvidia-container (1.7.0~rc.1-1) experimental; urgency=medium diff --git a/pkg/rpm/SPECS/libnvidia-container.spec b/pkg/rpm/SPECS/libnvidia-container.spec index 4ffa6199..82e08955 100644 --- a/pkg/rpm/SPECS/libnvidia-container.spec +++ b/pkg/rpm/SPECS/libnvidia-container.spec @@ -99,7 +99,8 @@ This package contains command-line tools that facilitate using the library. %{_bindir}/* %changelog -* Mon Nov 29 2021 NVIDIA CORPORATION 1.7.0-0.1.rc.2 +* Tue Nov 30 2021 NVIDIA CORPORATION 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 1.7.0-0.1.rc.1 diff --git a/src/nvc.h b/src/nvc.h index 7a772a72..f5a081d9 100644 --- a/src/nvc.h +++ b/src/nvc.h @@ -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