mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
build: bump to version 1.18.92 for the beta release
This commit is contained in:
parent
d01dee9784
commit
69b8eaf385
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ AC_PREREQ([2.64])
|
||||||
|
|
||||||
m4_define([wayland_major_version], [1])
|
m4_define([wayland_major_version], [1])
|
||||||
m4_define([wayland_minor_version], [18])
|
m4_define([wayland_minor_version], [18])
|
||||||
m4_define([wayland_micro_version], [91])
|
m4_define([wayland_micro_version], [92])
|
||||||
m4_define([wayland_version],
|
m4_define([wayland_version],
|
||||||
[wayland_major_version.wayland_minor_version.wayland_micro_version])
|
[wayland_major_version.wayland_minor_version.wayland_micro_version])
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
project(
|
project(
|
||||||
'wayland', 'c', 'cpp',
|
'wayland', 'c', 'cpp',
|
||||||
version: '1.18.91',
|
version: '1.18.92',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>= 0.52.1',
|
meson_version: '>= 0.52.1',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue