diff options
author | Jamey Sharp <jamey@minilop.net> | 2007-11-04 17:29:13 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2007-11-04 17:29:13 -0800 |
commit | 3c6c8f127c2bce4f45bface7dd45cc719af9de0d (patch) | |
tree | 5bd2587efffa7695c9202743ecef0ac71dfdbce9 /configure.ac | |
parent | af50de26c10c93ccc4cd3bc61e92aff47651b961 (diff) |
Release libxcb 1.1
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 b446e7f..df554e6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([libxcb], - 1.0, + 1.1, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb.pc.in]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) @@ -30,7 +30,7 @@ fi AC_SUBST(HTML_CHECK_RESULT) # Checks for pkg-config packages -PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.0) +PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.1) NEEDED="pthread-stubs xau >= 0.99.2" PKG_CHECK_MODULES(NEEDED, $NEEDED) |