Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
2d0ffbc3
Commit
2d0ffbc3
authored
5 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Fix version number in meson.build
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
c369c69d
No related branches found
No related tags found
No related merge requests found
Pipeline
#1509
passed
5 years ago
Stage: build
Stage: autopkgtest
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
8 additions
and
2 deletions
debian/changelog
+
6
−
0
View file @
2d0ffbc3
steam-runtime-tools (0.20190820.1-0+steamrt1.1) scout; urgency=medium
* Fix version number in meson.build
-- Simon McVittie <smcv@collabora.com> Tue, 20 Aug 2019 19:25:55 +0100
steam-runtime-tools (0.20190820.0-0+steamrt1.1) scout; urgency=medium
steam-runtime-tools (0.20190820.0-0+steamrt1.1) scout; urgency=medium
[ Simon McVittie ]
[ Simon McVittie ]
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
2d0ffbc3
...
@@ -21,11 +21,11 @@
...
@@ -21,11 +21,11 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.201908
16.0
'
)
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.201908
20.1
'
)
api_major
=
'0'
api_major
=
'0'
abi_major
=
'0'
abi_major
=
'0'
abi_minor
=
'201908
16.0
'
abi_minor
=
'201908
20.1
'
pkg
=
import
(
'pkgconfig'
)
pkg
=
import
(
'pkgconfig'
)
gnome
=
import
(
'gnome'
)
gnome
=
import
(
'gnome'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment