Skip to content
Snippets Groups Projects
Commit a47d3a70 authored by Simon McVittie's avatar Simon McVittie
Browse files

Prepare v0.20190926.1

parent e089599a
No related branches found
No related tags found
No related merge requests found
Pipeline #1775 passed
steam-runtime-tools (0.20190926.1-0+steamrt1.1) UNRELEASED; urgency=medium
* tests: Replace SRT_TEST_ICD_SYSROOT with SRT_TEST_SYSROOT
* Add minimal OS information from os-release(5)
* Add support for ID_LIKE os-release(5) field
* runtime: Use os-release(5) to detect Steam Runtime container/chroot
-- Simon McVittie <smcv@collabora.com> Thu, 26 Sep 2019 15:52:32 +0100
steam-runtime-tools (0.20190926.0-0+steamrt1.2) scout; urgency=medium
* d/control: Add missing -dev dependency on libjson-glib-dev
......
......@@ -51,6 +51,15 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_check_library@Base 0.20190802.0
srt_system_info_check_locale@Base 0.20190909.0
srt_system_info_dup_expected_runtime_version@Base 0.20190816.0
srt_system_info_dup_os_build_id@Base 0.20190926.1
srt_system_info_dup_os_id@Base 0.20190926.1
srt_system_info_dup_os_id_like@Base 0.20190926.1
srt_system_info_dup_os_name@Base 0.20190926.1
srt_system_info_dup_os_pretty_name@Base 0.20190926.1
srt_system_info_dup_os_variant@Base 0.20190926.1
srt_system_info_dup_os_variant_id@Base 0.20190926.1
srt_system_info_dup_os_version_codename@Base 0.20190926.1
srt_system_info_dup_os_version_id@Base 0.20190926.1
srt_system_info_dup_runtime_path@Base 0.20190816.0
srt_system_info_dup_runtime_version@Base 0.20190816.0
srt_system_info_dup_steam_data_path@Base 0.20190926.0
......
......@@ -21,11 +21,11 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
project('steam-runtime-tools', 'c', version : '0.20190926.0')
project('steam-runtime-tools', 'c', version : '0.20190926.1')
api_major = '0'
abi_major = '0'
abi_minor = '20190926.0'
abi_minor = '20190926.1'
pkg = import('pkgconfig')
gnome = import('gnome')
......
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