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

Bump version number and update changelog


This means pressure-vessel branches that need the new VDPAU enumeration
code can check for this prerelease.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent e2fa7637
No related branches found
No related tags found
No related merge requests found
Pipeline #2558 passed
steam-runtime-tools (0.20200304.0-0+steamrt1.1) UNRELEASED; urgency=medium
[ Ludovico de Nittis ]
* meson: remove redundant Wall and Wextra flags
* Move indirect_strcmp0 to utils
* Log driver-selection environment variables
* Enumerate VDPAU drivers
* Add check-vdpau helper
[ Simon McVittie ]
* build: Belatedly update version number in meson.build
* Fail build if version number in meson.build hasn't been updated
* system-info: Make SRT_DRIVER_FLAGS_NONE the absence of flags
* system-info: Add an undocumented --ignore-extra-drivers option
* .gitignore: Ignore several common Meson build directories
* build: Use a loop to reduce repetition when compiling shaders
* tests: Use loops to build mock helpers
-- Simon McVittie <smcv@collabora.com> Wed, 04 Mar 2020 14:08:19 +0000
steam-runtime-tools (0.20200109.0-0+steamrt1.1) scout; urgency=medium steam-runtime-tools (0.20200109.0-0+steamrt1.1) scout; urgency=medium
[ Ludovico de Nittis ] [ Ludovico de Nittis ]
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
project( project(
'steam-runtime-tools', 'c', 'steam-runtime-tools', 'c',
version : '0.20200109.0', version : '0.20200304.0',
default_options: [ default_options: [
'c_std=c99', 'c_std=c99',
'cpp_std=c++11', 'cpp_std=c++11',
......
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