diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-07 13:50:33 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 13:50:33 -0800 |
commit | d698fa3aa3ce61ccde5f15fe635f67808b32030b (patch) | |
tree | e1a64d7d848c154ab8cc2b2a7e0cf2f0a3e11e6b | |
parent | 6d630cb9bbd72d274a564acd4862dbaae4782f6f (diff) |
Update to version 1.9.2libxcb-1.9.21.9.2
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aca5b1b..dcc1875 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Initialize Autoconf AC_PREREQ(2.57) AC_INIT([libxcb], - 1.9.1, + 1.9.2, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb.pc.in]) # Set common system defines for POSIX extensions, such as _GNU_SOURCE |