diff options
author | Julien Danjou <julien@danjou.info> | 2009-01-31 15:08:44 +0100 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 19:51:10 +0900 |
commit | 55ad587c67fe7890c71ef151ad15868d9929f2e1 (patch) | |
tree | e8cc266c44a8ee3fb58cf8900c8d784e22f62db9 /configure.ac | |
parent | ca5debb213cd7f650c3ce80261e08c72620831a3 (diff) | |
download | xcb-util-55ad587c67fe7890c71ef151ad15868d9929f2e1.tar.gz |
Release xcb-util 0.3.3
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 962e6e8..6721364 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT([xcb-util],0.3.2,[xcb@lists.freedesktop.org]) +AC_INIT([xcb-util],0.3.3,[xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |