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:03:54 +0900 |
commit | eed500fcc0566624ba3256998f2129f53cac0dcc (patch) | |
tree | a8b2bac7bdfe4da9e91cae81e0c0c7c09c37c0bf | |
parent | 54672acc037d00c67141cab5d8f8a7dae69e6343 (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 15d8ae9..5e9556e 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]) |