build: bump to version 1.18.91 for the alpha release 1.18.91
authorSimon Ser <contact@emersion.fr>
Mon, 21 Dec 2020 10:16:05 +0000 (11:16 +0100)
committerSimon Ser <contact@emersion.fr>
Mon, 21 Dec 2020 10:16:05 +0000 (11:16 +0100)
configure.ac
meson.build

index ace83b2..8c5a4ec 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version],  [1])
 m4_define([wayland_minor_version], [18])
-m4_define([wayland_micro_version], [90])
+m4_define([wayland_micro_version], [91])
 m4_define([wayland_version],
           [wayland_major_version.wayland_minor_version.wayland_micro_version])
 
index b67b101..8d7b4a9 100644 (file)
@@ -1,6 +1,6 @@
 project(
        'wayland', 'c', 'cpp',
-       version: '1.18.90',
+       version: '1.18.91',
        license: 'MIT',
        meson_version: '>= 0.52.1',
        default_options: [