meson: Switch project version to 20.x.y style

This commit is contained in:
Povilas Kanapickas 2021-04-07 21:55:03 +03:00
parent 2df55813d0
commit 689496ed65

View File

@ -3,7 +3,7 @@ project('xserver', 'c',
'buildtype=debugoptimized',
'c_std=gnu99',
],
version: '1.20.99.1',
version: '20.99.1',
meson_version: '>= 0.47.0',
)
add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc'])