summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2014-01-29 15:45:03 +0900
committerArnaud Fontaine <arnau@debian.org>2014-01-29 15:54:04 +0900
commit1ad70737e5076baf1f99cb6463e10a362f78ceee (patch)
tree9d74e75eb6362d9c4f93f5efa544116a36747bd0 /configure.ac
parentc3d61ece8098ec3f1b3f5c3f8c5c95f2a5c3c0f7 (diff)
Release 0.4.0.
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a405d1a..9e89119 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
AC_PREREQ(2.62)
-AC_INIT([xcb-util-wm],0.3.9,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-wm],0.4.0,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])