Codebase list wayland / 93c3d80
build: bump to version 1.17.92 for the beta release Simon Ser authored 4 years ago Héctor Orón Martínez committed 4 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 m4_define([wayland_major_version], [1])
33 m4_define([wayland_minor_version], [17])
4 m4_define([wayland_micro_version], [91])
4 m4_define([wayland_micro_version], [92])
55 m4_define([wayland_version],
66 [wayland_major_version.wayland_minor_version.wayland_micro_version])
77
00 project(
11 'wayland', 'c', 'cpp',
2 version: '1.17.91',
2 version: '1.17.92',
33 license: 'MIT',
44 meson_version: '>= 0.47.0',
55 default_options: [