summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2012-05-31 11:22:27 +0900
committerArnaud Fontaine <arnau@debian.org>2012-05-31 11:22:27 +0900
commitb488f4142298640f3237914a489c8eb6107922fd (patch)
treed917ff27b33a1a3f427a03e3508b6fd17d302914
parent0f4ab3bc122cadf4b07c93d00bdaea1fd322ef27 (diff)
downloadutil-wm-b488f4142298640f3237914a489c8eb6107922fd.tar.gz
Release 0.3.90.3.9
Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2802b0a..05a6290 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Release 0.3.9 (2012-05-30)
+==========================
+
+- Replacing c++ class keyword in interface header.
+- Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.
+
Release 0.3.8 (2010-04-25)
==========================
diff --git a/configure.ac b/configure.ac
index 8cfc47c..a405d1a 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.8,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-wm],0.3.9,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])