diff options
author | Simon Ser <contact@emersion.fr> | 2020-01-21 15:18:48 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-01-21 15:18:48 +0100 |
commit | 75e644c23ded2ef798fa31383c51afcf305cc9cb (patch) | |
tree | 8881c828e0bd0cacc6acf8ddcae4496d143f96c6 | |
parent | d377ab9c077e8b1989385ae44aa6d8433e1a0825 (diff) | |
download | wayland-75e644c23ded2ef798fa31383c51afcf305cc9cb.tar.gz |
build: bump to version 1.17.91 for the alpha release1.17.91
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index eb85977..0a7d16c 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], [17]) -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]) diff --git a/meson.build b/meson.build index be2129c..2bd4f0e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'wayland', 'c', 'cpp', - version: '1.17.90', + version: '1.17.91', license: 'MIT', meson_version: '>= 0.47.0', default_options: [ |