build: re-open master for regular development

This commit is contained in:
Simon Ser 2021-01-27 18:45:57 +01:00
parent e60398b175
commit f1cc5d0c37
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ AC_PREREQ([2.64])
m4_define([wayland_major_version], [1])
m4_define([wayland_minor_version], [19])
m4_define([wayland_micro_version], [0])
m4_define([wayland_micro_version], [90])
m4_define([wayland_version],
[wayland_major_version.wayland_minor_version.wayland_micro_version])

View File

@ -1,6 +1,6 @@
project(
'wayland', 'c', 'cpp',
version: '1.19.0',
version: '1.19.90',
license: 'MIT',
meson_version: '>= 0.52.1',
default_options: [