mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
configure.ac: Update version to 1.1.0 during development on git master
This lets dependent components, such as mesa or toolkits use git master instead of any 1.0.x release.
This commit is contained in:
parent
5940419626
commit
d943c3de08
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
AC_PREREQ([2.64])
|
||||
|
||||
m4_define([wayland_major_version], [1])
|
||||
m4_define([wayland_minor_version], [0])
|
||||
m4_define([wayland_micro_version], [1])
|
||||
m4_define([wayland_minor_version], [1])
|
||||
m4_define([wayland_micro_version], [0])
|
||||
m4_define([wayland_version],
|
||||
[wayland_major_version.wayland_minor_version.wayland_micro_version])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue