diff --git a/meson.build b/meson.build index 8131d239d..1b901c65b 100644 --- a/meson.build +++ b/meson.build @@ -3,10 +3,10 @@ project('xserver', 'c', 'buildtype=debugoptimized', 'c_std=gnu99', ], - version: '25.0.0.3', + version: '25.0.0.4', meson_version: '>= 0.58.0', ) -release_date = '2025-07-02' +release_date = '2025-07-04' add_project_arguments('-DHAVE_DIX_CONFIG_H', language: ['c', 'objc']) cc = meson.get_compiler('c')