From 324a93f4caddba80e0a0ee4e1ddf88515cbfeda9 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 1 Feb 2023 04:06:41 +0100 Subject: [PATCH] Bump version to 1.12.0-rc.5 Signed-off-by: Evan Lezar --- pkg/deb/changelog | 6 ++++++ pkg/rpm/SPECS/libnvidia-container.spec | 3 +++ src/nvc.h | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pkg/deb/changelog b/pkg/deb/changelog index b32867b2..d6054e03 100644 --- a/pkg/deb/changelog +++ b/pkg/deb/changelog @@ -1,3 +1,9 @@ +libnvidia-container (1.12.0~rc.5-1) experimental; urgency=medium + + * Bump version to 1.12.0-rc.5 + + -- NVIDIA CORPORATION Wed, 01 Feb 2023 04:05:08 +0100 + libnvidia-container (1.12.0~rc.4-1) experimental; urgency=medium * Fix bug when checking whether files exist on file creation from 1.12.0-rc.2 diff --git a/pkg/rpm/SPECS/libnvidia-container.spec b/pkg/rpm/SPECS/libnvidia-container.spec index cb463e73..6e3100ef 100644 --- a/pkg/rpm/SPECS/libnvidia-container.spec +++ b/pkg/rpm/SPECS/libnvidia-container.spec @@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library. %{_bindir}/* %changelog +* Wed Feb 01 2023 NVIDIA CORPORATION 1.12.0-0.1.rc.5 +- Bump version to 1.12.0-rc.5 + * Wed Jan 18 2023 NVIDIA CORPORATION 1.12.0-0.1.rc.4 - Fix bug when checking whether files exist on file creation from 1.12.0-rc.2 diff --git a/src/nvc.h b/src/nvc.h index 4f5652d3..6e167b32 100644 --- a/src/nvc.h +++ b/src/nvc.h @@ -33,8 +33,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.4" -#define NVC_VERSION "1.12.0~rc.4" +#define NVC_TAG "rc.5" +#define NVC_VERSION "1.12.0~rc.5" #define NVC_ARG_MAX 256