summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2013-12-22 15:57:36 +0100
committerUli Schlachter <psychon@znc.in>2013-12-22 15:59:30 +0100
commit0d8f09b6469c45be08dae3665d352269ffcc7df2 (patch)
tree1d42d94e070926f996a55559df1650dbaacde3a7
parent4087fc682c5ceb849b74442e17a6b73176e5eecb (diff)
downloadxcb-proto-0d8f09b6469c45be08dae3665d352269ffcc7df2.tar.gz
Release xcb-proto 1.101.10
Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 50ced61..02727fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Release 1.10 (2013-12-XX)
+Release 1.10 (2013-12-22)
=========================
* xkb: comment out portions that libxcb doesn't handle properly
* Present: Remove reference to nonexistent enum
diff --git a/configure.ac b/configure.ac
index c82c8c7..a235f93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([XCB Proto],
- 1.9,
+ 1.10,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])