diff options
author | Arnaud Fontaine <arnau@debian.org> | 2008-09-08 17:46:42 +0200 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2010-11-14 20:17:33 +0900 |
commit | 9b23cf8929cde7bb2df53e0deebd78d97f518767 (patch) | |
tree | 067f328094814636cc36dbcd34aa07ae149e22c1 | |
parent | 95f1816ff8ac7ae877613f425c28e6506e0bd571 (diff) |
[icccm] Bump library version number to 0.3.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4fe2c1e..e02b6d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT([xcb-util],0.2.1,[xcb@lists.freedesktop.org]) +AC_INIT([xcb-util],0.3.0,[xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |