diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2021-04-30 18:14:13 +0200 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2021-04-30 18:27:52 +0200 |
commit | 177ff9119da526462e5d35fbfde6c84794913787 (patch) | |
tree | c8f71e6af9aaeb13a9fbaa9745e6c9d28c539191 /meson.build | |
parent | 2e92d3460d5d0aa3c87433eb41a39e1ae9a3b9d7 (diff) |
build: Bump version to 1.21
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index c6dd104..2921c7d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wayland-protocols', - version: '1.20', + version: '1.21', meson_version: '>= 0.53.0', license: 'MIT/Expat', ) |