build: re-open master for regular development

This commit is contained in:
Simon Ser 2020-02-12 00:55:32 +01:00
parent eb1339edd3
commit c57157e390
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
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_major_version], [1])
m4_define([wayland_minor_version], [18]) m4_define([wayland_minor_version], [18])
m4_define([wayland_micro_version], [0]) m4_define([wayland_micro_version], [90])
m4_define([wayland_version], m4_define([wayland_version],
[wayland_major_version.wayland_minor_version.wayland_micro_version]) [wayland_major_version.wayland_minor_version.wayland_micro_version])

View file

@ -1,6 +1,6 @@
project( project(
'wayland', 'c', 'cpp', 'wayland', 'c', 'cpp',
version: '1.18.0', version: '1.18.90',
license: 'MIT', license: 'MIT',
meson_version: '>= 0.47.0', meson_version: '>= 0.47.0',
default_options: [ default_options: [