diff options
author | Matt Turner <mattst88@gmail.com> | 2020-02-22 12:10:53 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2020-02-22 12:20:08 -0800 |
commit | 4b40b44cb6d088b6ffa2fb5cf3ad8f12da588cef (patch) | |
tree | 10366949be42cc572fe0dc07fcaac1b215d9933a /configure.ac | |
parent | 78c492deaa7ae3aad0b0eeb4b126bb291cc637a7 (diff) |
Release libxcb 1.14libxcb-1.14
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index faf76f4..adb48e7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libxcb],[1.13.1], +AC_INIT([libxcb],[1.14], [https://gitlab.freedesktop.org/xorg/lib/libxcb/issues], [libxcb]) AC_CONFIG_AUX_DIR([build-aux]) @@ -50,7 +50,7 @@ fi AC_SUBST(HTML_CHECK_RESULT) # Checks for pkg-config packages -PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.13) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.14) NEEDED="xau >= 0.99.2" case $host_os in linux*) ;; |