diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2022-10-10 10:18:17 +0200 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2022-10-10 10:20:28 +0200 |
commit | e631010ab7b96988e7c64c24b7d90f64717eaeee (patch) | |
tree | e33fef6d3c03c063d475109f177be413f8020a33 /meson.build | |
parent | 115ba71872914f7b7dc3e5e57d4eff0ca892608b (diff) |
build: Bump version to 1.27
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 772854a..d575a65 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wayland-protocols', - version: '1.26', + version: '1.27', meson_version: '>= 0.55.0', license: 'MIT/Expat', ) |