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
8757261c
Unverified
Commit
8757261c
authored
Jun 24, 2019
by
Simon Ser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: bump to version 6.0.1 for the point release
parent
9c001fca
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 @
8757261c
m4_define([weston_major_version], [6])
m4_define([weston_minor_version], [0])
m4_define([weston_micro_version], [
0
])
m4_define([weston_micro_version], [
1
])
m4_define([weston_version],
[weston_major_version.weston_minor_version.weston_micro_version])
m4_define([libweston_major_version], [6])
m4_define([libweston_minor_version], [0])
m4_define([libweston_patch_version], [
0
])
m4_define([libweston_patch_version], [
1
])
AC_PREREQ([2.64])
AC_INIT([weston],
...
...
meson.build
View file @
8757261c
project('weston',
'c',
version: '6.0.
0
',
version: '6.0.
1
',
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