diff --git a/meson.build b/meson.build index f4d9302ef..f40c3bc2a 100644 --- a/meson.build +++ b/meson.build @@ -3,10 +3,10 @@ project('xlibre-xnest', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '21.1.99.1', + version: '24.2.0.0', meson_version: '>= 0.58.0', ) -release_date = '2021-07-05' +release_date = '2024-09-19' add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) cc = meson.get_compiler('c')