mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-01-04 21:30:18 +01:00
configure.ac: Lower git master version to 1.0.90
The idea was to use 1.1.0 for the git master version, so that git master would always be newer than any release or 1.1.x version. This means we have to skip 1.1 as a release, which turns out to be confusing. We can just use version 1.0.90 instead, which lets us call the next release 1.1.0.
This commit is contained in:
parent
dd7ef2e17d
commit
9d2db599e7
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], [1])
|
||||
m4_define([wayland_micro_version], [0])
|
||||
m4_define([wayland_minor_version], [0])
|
||||
m4_define([wayland_micro_version], [90])
|
||||
m4_define([wayland_version],
|
||||
[wayland_major_version.wayland_minor_version.wayland_micro_version])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue