Release libxcb 1.10
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
f653464554
commit
010872f611
2
NEWS
2
NEWS
|
@ -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
|
* Bump libxcb-xkb SONAME due to ABI break introduced in 1.9.2
|
||||||
* Enable libxcb-xkb by default
|
* Enable libxcb-xkb by default
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Initialize Autoconf
|
# Initialize Autoconf
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([libxcb],
|
AC_INIT([libxcb],
|
||||||
1.9,
|
1.10,
|
||||||
[xcb@lists.freedesktop.org])
|
[xcb@lists.freedesktop.org])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
Loading…
Reference in New Issue