Bump version for the Xwayland 21.1.2 release

This commit is contained in:
Michel Dänzer 2021-07-09 12:14:50 +02:00 committed by Michel Dänzer
parent b42c33b6ef
commit 1dbb96ae48

View File

@ -3,7 +3,7 @@ project('xwayland', 'c',
'buildtype=debugoptimized', 'buildtype=debugoptimized',
'c_std=gnu99', 'c_std=gnu99',
], ],
version: '21.1.1.901', version: '21.1.2',
meson_version: '>= 0.46.0', meson_version: '>= 0.46.0',
) )
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])