File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ libnvidia-container (1.13.3-1) UNRELEASED; urgency=medium
2+
3+ * Bump version to 1.13.3
4+
5+ -- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 27 Jun 2023 15:25:40 +0200
6+
17libnvidia-container (1.13.2-1) UNRELEASED; urgency=medium
28
39 * Support OpenSSL 3 with the Encrypt/Decrypt library
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+ * Tue Jun 27 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.3-1
103+ - Bump version to 1.13.3
104+
102105* Tue Jun 06 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.2-1
103106- Support OpenSSL 3 with the Encrypt/Decrypt library
104107
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ extern "C" {
2727
2828#define NVC_MAJOR 1
2929#define NVC_MINOR 13
30- #define NVC_PATCH 2
30+ #define NVC_PATCH 3
3131
3232// Specify the release tag.
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.
3636#define NVC_TAG
37- #define NVC_VERSION "1.13.2 "
37+ #define NVC_VERSION "1.13.3 "
3838
3939#define NVC_ARG_MAX 256
4040
You can’t perform that action at this time.
0 commit comments