mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-24 23:00:11 +01:00
xorgproto 2023.1
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
parent
6b1012c29c
commit
16ca6a5c59
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
# keep version in sync with meson.build
|
# keep version in sync with meson.build
|
||||||
AC_INIT([xorgproto], [2022.2],
|
AC_INIT([xorgproto], [2023.1],
|
||||||
[https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
|
[https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
|
||||||
AM_INIT_AUTOMAKE([foreign dist-xz])
|
AM_INIT_AUTOMAKE([foreign dist-xz])
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
# keep version in sync with configure.ac
|
# keep version in sync with configure.ac
|
||||||
project('xorgproto', 'c', license : 'MIT', version : '2022.2',
|
project('xorgproto', 'c', license : 'MIT', version : '2023.1',
|
||||||
meson_version : '>=0.56.0')
|
meson_version : '>=0.56.0')
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue