build: bump to 1.18.93 for the RC1 release 1.18.93
authorSimon Ser <contact@emersion.fr>
Wed, 20 Jan 2021 21:35:34 +0000 (22:35 +0100)
committerSimon Ser <contact@emersion.fr>
Wed, 20 Jan 2021 21:35:34 +0000 (22:35 +0100)
configure.ac
meson.build

index 8ac10d5..2fd1841 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], [92])
+m4_define([wayland_micro_version], [93])
 m4_define([wayland_version],
           [wayland_major_version.wayland_minor_version.wayland_micro_version])
 
index 5a4ad63..2fddacb 100644 (file)
@@ -1,6 +1,6 @@
 project(
        'wayland', 'c', 'cpp',
-       version: '1.18.92',
+       version: '1.18.93',
        license: 'MIT',
        meson_version: '>= 0.52.1',
        default_options: [