Skip to content

Commit

Permalink
Bump version to 1.3.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Klues <kklues@nvidia.com>
  • Loading branch information
klueska committed Aug 21, 2020
1 parent b2fd961 commit 7ba6e49
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions pkg/deb/libnvidia-container@MAJOR@.symbols
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
libnvidia-container.so.1 libnvidia-container1 #MINVER#
NVC_1.0@NVC_1.0 1.2.0~rc.3
nvc_config_free@NVC_1.0 1.2.0~rc.3
nvc_config_new@NVC_1.0 1.2.0~rc.3
nvc_container_config_free@NVC_1.0 1.2.0~rc.3
nvc_container_config_new@NVC_1.0 1.2.0~rc.3
nvc_container_free@NVC_1.0 1.2.0~rc.3
nvc_container_new@NVC_1.0 1.2.0~rc.3
nvc_context_free@NVC_1.0 1.2.0~rc.3
nvc_context_new@NVC_1.0 1.2.0~rc.3
nvc_device_info_free@NVC_1.0 1.2.0~rc.3
nvc_device_info_new@NVC_1.0 1.2.0~rc.3
nvc_nvcaps_style@NVC_1.0 1.2.0~rc.3
nvc_nvcaps_device_from_proc_path@NVC_1.0 1.2.0~rc.3
nvc_device_mount@NVC_1.0 1.2.0~rc.3
nvc_mig_device_access_caps_mount@NVC_1.0 1.2.0~rc.3
nvc_mig_config_global_caps_mount@NVC_1.0 1.2.0~rc.3
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.2.0~rc.3
nvc_device_mig_caps_mount@NVC_1.0 1.2.0~rc.3
nvc_driver_info_free@NVC_1.0 1.2.0~rc.3
nvc_driver_info_new@NVC_1.0 1.2.0~rc.3
nvc_driver_mount@NVC_1.0 1.2.0~rc.3
nvc_error@NVC_1.0 1.2.0~rc.3
nvc_init@NVC_1.0 1.2.0~rc.3
nvc_ldcache_update@NVC_1.0 1.2.0~rc.3
nvc_shutdown@NVC_1.0 1.2.0~rc.3
nvc_version@NVC_1.0 1.2.0~rc.3
NVC_1.0@NVC_1.0 1.3.0~rc.1
nvc_config_free@NVC_1.0 1.3.0~rc.1
nvc_config_new@NVC_1.0 1.3.0~rc.1
nvc_container_config_free@NVC_1.0 1.3.0~rc.1
nvc_container_config_new@NVC_1.0 1.3.0~rc.1
nvc_container_free@NVC_1.0 1.3.0~rc.1
nvc_container_new@NVC_1.0 1.3.0~rc.1
nvc_context_free@NVC_1.0 1.3.0~rc.1
nvc_context_new@NVC_1.0 1.3.0~rc.1
nvc_device_info_free@NVC_1.0 1.3.0~rc.1
nvc_device_info_new@NVC_1.0 1.3.0~rc.1
nvc_nvcaps_style@NVC_1.0 1.3.0~rc.1
nvc_nvcaps_device_from_proc_path@NVC_1.0 1.3.0~rc.1
nvc_device_mount@NVC_1.0 1.3.0~rc.1
nvc_mig_device_access_caps_mount@NVC_1.0 1.3.0~rc.1
nvc_mig_config_global_caps_mount@NVC_1.0 1.3.0~rc.1
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.3.0~rc.1
nvc_device_mig_caps_mount@NVC_1.0 1.3.0~rc.1
nvc_driver_info_free@NVC_1.0 1.3.0~rc.1
nvc_driver_info_new@NVC_1.0 1.3.0~rc.1
nvc_driver_mount@NVC_1.0 1.3.0~rc.1
nvc_error@NVC_1.0 1.3.0~rc.1
nvc_init@NVC_1.0 1.3.0~rc.1
nvc_ldcache_update@NVC_1.0 1.3.0~rc.1
nvc_shutdown@NVC_1.0 1.3.0~rc.1
nvc_version@NVC_1.0 1.3.0~rc.1
4 changes: 2 additions & 2 deletions src/nvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ extern "C" {
#endif /* __cplusplus */

#define NVC_MAJOR 1
#define NVC_MINOR 2
#define NVC_MINOR 3
#define NVC_PATCH 0
#define NVC_VERSION "1.2.0"
#define NVC_VERSION "1.3.0"

#define NVC_ARG_MAX 256

Expand Down

0 comments on commit 7ba6e49

Please sign in to comment.