diff options
| author | Simon Ser <contact@emersion.fr> | 2024-08-24 17:43:55 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-08-24 17:43:55 +0200 |
| commit | a9fec8dd65977c57f4039ced34327204d9b9d779 (patch) | |
| tree | 53fe8263226c9365f432f8102f973ab1614241ce | |
| parent | meson: Fix use of install_data() without specifying install_dir (diff) | |
| download | wayland-1.23.tar wayland-1.23.tar.gz wayland-1.23.tar.bz2 wayland-1.23.tar.lz wayland-1.23.tar.xz wayland-1.23.tar.zst wayland-1.23.zip | |
Signed-off-by: Simon Ser <contact@emersion.fr>
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f7ef748..a5ef524 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'wayland', 'c', - version: '1.23.0', + version: '1.23.1', license: 'MIT', meson_version: '>= 0.57.0', default_options: [ |
