Skip to content
Snippets Groups Projects
Commit 465b9801 authored by Evan Lezar's avatar Evan Lezar
Browse files

Merge branch 'bump-version-1.10.0-rc.2' into 'master'

Bump version to v1.10.0-rc.2

See merge request !162
parents d999036d f4898350
No related branches found
No related tags found
1 merge request!162Bump version to v1.10.0-rc.2
Pipeline #516059812 passed
libnvidia-container (1.10.0~rc.2-1) experimental; urgency=medium
* Dummy entry
-- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 12 Apr 2022 10:43:20 +0200
libnvidia-container (1.10.0~rc.1-1) experimental; urgency=medium
* [WSL2] Fix segmentation fault on WSL2s system with no adpaters present (e.g. /dev/dxg missing)
......
......@@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*
%changelog
* Tue Apr 12 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.2
- Dummy entry
* Thu Mar 24 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.1
- [WSL2] Fix segmentation fault on WSL2s system with no adpaters present (e.g. /dev/dxg missing)
- Ignore pending MIG mode when checking if a device is MIG enabled
......
......@@ -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.1"
#define NVC_VERSION "1.10.0~rc.1"
#define NVC_TAG "rc.2"
#define NVC_VERSION "1.10.0~rc.2"
#define NVC_ARG_MAX 256
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment