diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-05-30 08:37:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-05-30 08:37:38 -0700 |
commit | 1ac282213543e5f0bbcf621d3798a6c6fad3120b (patch) | |
tree | 01837b3953d94d4113b881bcd45d96b22371e607 /configure.ac | |
parent | 75680fde0dd4173e2bd8465cebb3e996a7236df1 (diff) |
libxcb 1.9.11.9.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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 7364383..9796f90 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Initialize Autoconf AC_PREREQ(2.57) AC_INIT([libxcb], - 1.9, + 1.9.1, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb.pc.in]) # Set common system defines for POSIX extensions, such as _GNU_SOURCE |