Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ew2020_weston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Walter Lozano
ew2020_weston
Commits
ea5ea00d
Commit
ea5ea00d
authored
Mar 27, 2019
by
Derek Foreman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac/meson.build: bump version to 6.0.0 for the official release
parent
825077d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+2
-2
meson.build
meson.build
+1
-1
No files found.
configure.ac
View file @
ea5ea00d
m4_define([weston_major_version], [
5
])
m4_define([weston_major_version], [
6
])
m4_define([weston_minor_version], [0])
m4_define([weston_micro_version], [
94
])
m4_define([weston_micro_version], [
0
])
m4_define([weston_version],
[weston_major_version.weston_minor_version.weston_micro_version])
m4_define([libweston_major_version], [6])
...
...
meson.build
View file @
ea5ea00d
project('weston',
'c',
version: '
5.0.94
',
version: '
6.0.0
',
default_options: [
'warning_level=2',
'c_std=gnu99',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment