From d698fa3aa3ce61ccde5f15fe635f67808b32030b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 7 Nov 2013 13:50:33 -0800 Subject: [PATCH] Update to version 1.9.2 Signed-off-by: Keith Packard --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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