diff options
author | Julien Danjou <julien@danjou.info> | 2008-12-16 14:14:50 +0100 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 20:04:21 +0900 |
commit | c921a762f789907e7509fbbc07815362e038dd41 (patch) | |
tree | a31dca65220fdb9624b4df6596fb93932bdd8c4b | |
parent | d26bc15b8746575a68cdffdd433efad424a2d49b (diff) |
Release xcb-util 0.3.2
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2f2e51e..64a079d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT([xcb-util],0.3.1,[xcb@lists.freedesktop.org]) +AC_INIT([xcb-util],0.3.2,[xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |