Merge branch 'release-xorgproto-2025.1' into 'master'

xorgproto 2025.1

See merge request xorg/proto/xorgproto!106
This commit is contained in:
Olivier Fourdan 2025-12-19 08:06:05 +01:00
commit 95bb38723d
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
# keep version in sync with meson.build
AC_INIT([xorgproto], [2024.1],
AC_INIT([xorgproto], [2025.1],
[https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
AM_INIT_AUTOMAKE([foreign dist-xz])

View file

@ -19,7 +19,7 @@
# SOFTWARE.
# keep version in sync with configure.ac
project('xorgproto', 'c', license : 'MIT', version : '2024.1',
project('xorgproto', 'c', license : 'MIT', version : '2025.1',
meson_version : '>=0.56.0')
cc = meson.get_compiler('c')