diff options
author | Uli Schlachter <psychon@znc.in> | 2012-10-05 14:53:37 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2012-10-05 14:53:37 +0200 |
commit | 4ffe54f69049e6792a35a287fd9ff83abbd4fd8d (patch) | |
tree | 86c322250fe23a775aaafd3d23a0d2c86cb125d1 /configure.ac | |
parent | 4f52f884f42b72087f3323f2bab204223664a488 (diff) |
Release libxcb 1.91.9
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3f44b53..7364383 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Initialize Autoconf AC_PREREQ(2.57) AC_INIT([libxcb], - 1.8.1, + 1.9, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb.pc.in]) # Set common system defines for POSIX extensions, such as _GNU_SOURCE |