diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2021-04-30 09:11:43 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-04-30 09:31:12 +1000 |
commit | 34b8a46e640c655b5e552410817fa70ca558f4d2 (patch) | |
tree | 7f2e83d51bb5a5a8c8ed8842c2a9c1831f75305e /configure.ac | |
parent | b6bc35b845163de5ab2bfa9521bdf4d8aef28604 (diff) |
gitlab CI: check that the autotools and meson versions are in sync
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 523f711..185f592 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) +# keep version in sync with meson.build AC_INIT([xorgproto], [2021.3], [https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |