diff --git a/pkg/deb/changelog b/pkg/deb/changelog index 5ce0a1d3..63450022 100644 --- a/pkg/deb/changelog +++ b/pkg/deb/changelog @@ -1,3 +1,9 @@ +libnvidia-container (1.6.0-1) UNRELEASED; urgency=medium + + * Promote 1.6.0~rc.3-1 to 1.6.0-1 + + -- NVIDIA CORPORATION Wed, 17 Nov 2021 11:38:15 +0100 + libnvidia-container (1.6.0~rc.3-1) experimental; urgency=medium * Bump nvidia-modprobe dependency to 495.44 diff --git a/pkg/deb/libnvidia-container@MAJOR@.symbols b/pkg/deb/libnvidia-container@MAJOR@.symbols index d27b5261..bb5bf511 100644 --- a/pkg/deb/libnvidia-container@MAJOR@.symbols +++ b/pkg/deb/libnvidia-container@MAJOR@.symbols @@ -1,27 +1,27 @@ libnvidia-container.so.1 libnvidia-container1 #MINVER# - NVC_1.0@NVC_1.0 1.6.0~rc.3 - nvc_config_free@NVC_1.0 1.6.0~rc.3 - nvc_config_new@NVC_1.0 1.6.0~rc.3 - nvc_container_config_free@NVC_1.0 1.6.0~rc.3 - nvc_container_config_new@NVC_1.0 1.6.0~rc.3 - nvc_container_free@NVC_1.0 1.6.0~rc.3 - nvc_container_new@NVC_1.0 1.6.0~rc.3 - nvc_context_free@NVC_1.0 1.6.0~rc.3 - nvc_context_new@NVC_1.0 1.6.0~rc.3 - nvc_device_info_free@NVC_1.0 1.6.0~rc.3 - nvc_device_info_new@NVC_1.0 1.6.0~rc.3 - nvc_nvcaps_style@NVC_1.0 1.6.0~rc.3 - nvc_nvcaps_device_from_proc_path@NVC_1.0 1.6.0~rc.3 - nvc_device_mount@NVC_1.0 1.6.0~rc.3 - nvc_mig_device_access_caps_mount@NVC_1.0 1.6.0~rc.3 - nvc_mig_config_global_caps_mount@NVC_1.0 1.6.0~rc.3 - nvc_mig_monitor_global_caps_mount@NVC_1.0 1.6.0~rc.3 - nvc_device_mig_caps_mount@NVC_1.0 1.6.0~rc.3 - nvc_driver_info_free@NVC_1.0 1.6.0~rc.3 - nvc_driver_info_new@NVC_1.0 1.6.0~rc.3 - nvc_driver_mount@NVC_1.0 1.6.0~rc.3 - nvc_error@NVC_1.0 1.6.0~rc.3 - nvc_init@NVC_1.0 1.6.0~rc.3 - nvc_ldcache_update@NVC_1.0 1.6.0~rc.3 - nvc_shutdown@NVC_1.0 1.6.0~rc.3 - nvc_version@NVC_1.0 1.6.0~rc.3 + NVC_1.0@NVC_1.0 1.6.0 + nvc_config_free@NVC_1.0 1.6.0 + nvc_config_new@NVC_1.0 1.6.0 + nvc_container_config_free@NVC_1.0 1.6.0 + nvc_container_config_new@NVC_1.0 1.6.0 + nvc_container_free@NVC_1.0 1.6.0 + nvc_container_new@NVC_1.0 1.6.0 + nvc_context_free@NVC_1.0 1.6.0 + nvc_context_new@NVC_1.0 1.6.0 + nvc_device_info_free@NVC_1.0 1.6.0 + nvc_device_info_new@NVC_1.0 1.6.0 + nvc_nvcaps_style@NVC_1.0 1.6.0 + nvc_nvcaps_device_from_proc_path@NVC_1.0 1.6.0 + nvc_device_mount@NVC_1.0 1.6.0 + nvc_mig_device_access_caps_mount@NVC_1.0 1.6.0 + nvc_mig_config_global_caps_mount@NVC_1.0 1.6.0 + nvc_mig_monitor_global_caps_mount@NVC_1.0 1.6.0 + nvc_device_mig_caps_mount@NVC_1.0 1.6.0 + nvc_driver_info_free@NVC_1.0 1.6.0 + nvc_driver_info_new@NVC_1.0 1.6.0 + nvc_driver_mount@NVC_1.0 1.6.0 + nvc_error@NVC_1.0 1.6.0 + nvc_init@NVC_1.0 1.6.0 + nvc_ldcache_update@NVC_1.0 1.6.0 + nvc_shutdown@NVC_1.0 1.6.0 + nvc_version@NVC_1.0 1.6.0 diff --git a/pkg/rpm/SPECS/libnvidia-container.spec b/pkg/rpm/SPECS/libnvidia-container.spec index 67fe0a4c..fa4cb769 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 Nov 17 2021 NVIDIA CORPORATION 1.6.0-1 +- Promote 1.6.0-0.1.rc.3 to 1.6.0-1 + * Sat Nov 13 2021 NVIDIA CORPORATION 1.6.0-0.1.rc.3 - Bump nvidia-modprobe dependency to 495.44 diff --git a/src/nvc.h b/src/nvc.h index 1b6eebdd..f53ac46e 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 NVC_VERSION should also be updated accordingly, using a ~ separator where applicable. -#define NVC_TAG "rc.3" -#define NVC_VERSION "1.6.0~rc.3" +#define NVC_TAG +#define NVC_VERSION "1.6.0" #define NVC_ARG_MAX 256