From d1720d351df03c833ff01b205cc74e457d5fc759 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 23 Oct 2025 09:53:36 +1000 Subject: [PATCH] meson.build: bump to 1.29.900 Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0172d1d4..49aec1ce 100644 --- a/meson.build +++ b/meson.build @@ -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')