File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ libnvidia-container (1.13.0-1) UNRELEASED; urgency=medium
2+
3+ * Promote 1.13.0~rc.3-1 to 1.13.0-1
4+
5+ -- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 31 Mar 2023 10:41:51 +0200
6+
17libnvidia-container (1.13.0~rc.3-1) experimental; urgency=medium
28
39 * Fix segmentation fault when RPC initialization fails.
Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library.
9999%{_bindir }/*
100100
101101%changelog
102+ * Fri Mar 31 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.0-1
103+ - Promote 1.13.0~rc.3-1 to 1.13.0-1
104+
102105* Wed Mar 22 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.0-rc.3-1
103106- Fix segmentation fault when RPC initialization fails.
104107- Build centos variants of the NVIDIA Container Library with static libtirpc v1.3.2.
Original file line number Diff line number Diff 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.13.0-rc.3 "
36+ #define NVC_TAG
37+ #define NVC_VERSION "1.13.0"
3838
3939#define NVC_ARG_MAX 256
4040
You can’t perform that action at this time.
0 commit comments