diff options
author | Jamey Sharp <jamey@minilop.net> | 2007-03-02 17:36:29 -0800 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 20:03:27 +0900 |
commit | 49c4ba1ba12cb7e22c239ddf3a57e7a4e730c7c8 (patch) | |
tree | d83cb52f57be9c0d415e9a9caa7de24398915560 | |
parent | 9ef66ccf5a535cdfe0613b9dbed593a6fb0ab63d (diff) |
Release xcb-util 0.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d451eac..f7d7cab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT([xcb-util],0.1,[xcb@lists.freedesktop.org]) +AC_INIT([xcb-util],0.2,[xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |