diff options
author | Daniel Stone <daniels@collabora.com> | 2018-02-28 01:26:55 +0000 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2018-02-28 17:24:53 +0000 |
commit | 7e0f166579672d71efd819c81f0c932b0acd542c (patch) | |
tree | 2de82673ea5ea27d7e605718abe881e979e002ba /configure.ac | |
parent | a3e9821bec08a69b355b46b0655562b9df61bb21 (diff) |
Release libxcb 1.13libxcb-1.13
Signed-off-by: Daniel Stone <daniels@collabora.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 a6ec8c1..f880918 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.12], +AC_INIT([libxcb],[1.13], [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb], [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.12) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.13) NEEDED="pthread-stubs xau >= 0.99.2" PKG_CHECK_MODULES(NEEDED, $NEEDED) |