diff options
| author | Simon Ser <contact@emersion.fr> | 2021-01-27 17:48:01 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2021-01-27 17:48:01 +0100 |
| commit | e60398b1755bfcdf09f040d3769131fe0d9762fc (patch) | |
| tree | 1979d31a082df3f92cce39f9997c371f8b432b9a | |
| parent | build: bump to 1.18.93 for the RC1 release (diff) | |
| download | wayland-e60398b1755bfcdf09f040d3769131fe0d9762fc.tar wayland-e60398b1755bfcdf09f040d3769131fe0d9762fc.tar.gz wayland-e60398b1755bfcdf09f040d3769131fe0d9762fc.tar.bz2 wayland-e60398b1755bfcdf09f040d3769131fe0d9762fc.tar.lz wayland-e60398b1755bfcdf09f040d3769131fe0d9762fc.tar.xz wayland-e60398b1755bfcdf09f040d3769131fe0d9762fc.tar.zst wayland-e60398b1755bfcdf09f040d3769131fe0d9762fc.zip | |
build: bump to version 1.19.0 for the official release1.19.0
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2fd1841..7f2f393 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.64]) m4_define([wayland_major_version], [1]) -m4_define([wayland_minor_version], [18]) -m4_define([wayland_micro_version], [93]) +m4_define([wayland_minor_version], [19]) +m4_define([wayland_micro_version], [0]) m4_define([wayland_version], [wayland_major_version.wayland_minor_version.wayland_micro_version]) diff --git a/meson.build b/meson.build index 2fddacb..11c35fa 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'wayland', 'c', 'cpp', - version: '1.18.93', + version: '1.19.0', license: 'MIT', meson_version: '>= 0.52.1', default_options: [ |
