mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-04 09:50:20 +01:00
configure.ac: Bump master version to 1.5.90
Post release bump. The master branch version is always x.y.90, where x.y is the most recent stable branch. This lets other packages rely on git master as opposed to 1.5.0.
This commit is contained in:
parent
a1e887bd46
commit
ca85dc6b92
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
m4_define([weston_major_version], [1])
|
||||
m4_define([weston_minor_version], [5])
|
||||
m4_define([weston_micro_version], [0])
|
||||
m4_define([weston_micro_version], [90])
|
||||
m4_define([weston_version],
|
||||
[weston_major_version.weston_minor_version.weston_micro_version])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue