From 0344e08ce01e963f113b31d0d976e5120cc3e75d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 20 Jan 2021 22:35:34 +0100 Subject: [PATCH] build: bump to 1.18.93 for the RC1 release --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8ac10d5..2fd1841 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/meson.build b/meson.build index 5a4ad63..2fddacb 100644 --- a/meson.build +++ b/meson.build @@ -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: [ -- 2.7.4