diff --git a/debian/changelog b/debian/changelog index d8040e57c333debdc27c5045864d97da4a7b7031..fa8e20ac6c5a783054fddd4a71cd586bd1589d1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -steam-runtime-tools (0.20210421.0) UNRELEASED; urgency=medium +steam-runtime-tools (0.20210430.0) scout; urgency=medium [ Simon McVittie ] * pressure-vessel: Performance improvements, especially on systems with @@ -35,7 +35,7 @@ steam-runtime-tools (0.20210421.0) UNRELEASED; urgency=medium This would break our ability to set up VDPAU drivers. * Refactoring - -- Simon McVittie <smcv@collabora.com> Fri, 30 Apr 2021 15:51:20 +0100 + -- Simon McVittie <smcv@collabora.com> Fri, 30 Apr 2021 16:45:15 +0100 steam-runtime-tools (0.20210415.0) scout; urgency=medium diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols index 0af2296782ec1ac424a3c382d0c5f147e230c95d..7c79e23c4213b646d02fde41a29388dab99a1be1 100644 --- a/debian/libsteam-runtime-tools-0-0.symbols +++ b/debian/libsteam-runtime-tools-0-0.symbols @@ -11,6 +11,10 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER# srt_architecture_error_quark@Base 0.20201124.0 srt_architecture_get_expected_runtime_linker@Base 0.20201124.0 srt_check_library_presence@Base 0.20190801.0 + srt_container_info_get_container_host_directory@Base 0.20210430.0 + srt_container_info_get_container_type@Base 0.20210430.0 + srt_container_info_get_flatpak_version@Base 0.20210430.0 + srt_container_info_get_type@Base 0.20210430.0 srt_container_type_get_type@Base 0.20200306.0 srt_desktop_entry_get_commandline@Base 0.20200415.0 srt_desktop_entry_get_filename@Base 0.20200415.0 @@ -135,6 +139,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER# srt_system_info_can_run@Base 0.20190801.0 srt_system_info_can_write_to_uinput@Base 0.20190801.0 srt_system_info_check_all_graphics@Base 0.20190822.0 + srt_system_info_check_container@Base 0.20210430.0 srt_system_info_check_graphics@Base 0.20190822.0 srt_system_info_check_libraries@Base 0.20190802.0 srt_system_info_check_library@Base 0.20190802.0 @@ -142,6 +147,8 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER# srt_system_info_check_runtime_linker@Base 0.20201124.0 srt_system_info_dup_container_host_directory@Base 0.20200306.0 srt_system_info_dup_expected_runtime_version@Base 0.20190816.0 + srt_system_info_dup_libdl_lib@Base 0.20210430.0 + srt_system_info_dup_libdl_platform@Base 0.20210430.0 srt_system_info_dup_multiarch_tuples@Base 0.20210305.0 srt_system_info_dup_os_build_id@Base 0.20190926.1 srt_system_info_dup_os_id@Base 0.20190926.1 diff --git a/meson.build b/meson.build index 6a82d66ac16ff78a35a3d87e7e4f95a4d9378d4c..1d41670f8d556f58706721a2c771b1803c3409a2 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', 'cpp', - version : '0.20210415.0', + version : '0.20210430.0', default_options: [ 'c_std=c99', 'cpp_std=c++11', @@ -35,7 +35,7 @@ add_languages('cpp') api_major = '0' abi_major = '0' -abi_minor = '20210415.0' +abi_minor = '20210430.0' pkg = import('pkgconfig') gnome = import('gnome')