Release libxcb 1.10

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2013-12-22 15:59:24 +01:00
parent f653464554
commit 010872f611
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
Release 1.10 (2013-12-XX)
Release 1.10 (2013-12-22)
=========================
* Bump libxcb-xkb SONAME due to ABI break introduced in 1.9.2
* Enable libxcb-xkb by default

View File

@ -4,7 +4,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libxcb],
1.9,
1.10,
[xcb@lists.freedesktop.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])