meson.build: bump to 1.29.900

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1338>
This commit is contained in:
Peter Hutterer 2025-10-23 09:53:36 +10:00 committed by Marge Bot
parent fcb5dfe515
commit d1720d351d

View file

@ -1,5 +1,5 @@
project('libinput', 'c',
version : '1.29.0',
version : '1.29.900',
license : 'MIT/Expat',
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.64.0')