From c7168980ec549c98bbfc13cf08d4edcbed62f34a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 9 Jul 2013 23:02:34 +0200 Subject: set version to 0.0.99 --- NEWS | 22 +++------------------- configure.ac | 2 +- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/NEWS b/NEWS index 05a6290..ca22806 100644 --- a/NEWS +++ b/NEWS @@ -1,20 +1,4 @@ -Release 0.3.9 (2012-05-30) -========================== +Release 0.0.99 (2013-07-09) +=========================== -- Replacing c++ class keyword in interface header. -- Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK. - -Release 0.3.8 (2010-04-25) -========================== - -- Add EWMH library. -- Split up icccm and ewmh into their own repository. -- Prefix all ICCCM public functions, types and macros by 'icccm'. -- Add missing setters for WM_CLASS and WM_TRANSIENT_FOR properties. -- Allow to set the encoding format for TEXT properties. -- Add WM_COLORMAP_WINDOWS. -- Delete callback-based APIs for events, properties, and replies. -- Link with -no-undefined. -- Validate size of wm_hints and wm_size_hints. -- Ensure get_wm_class_from_reply returns a valid C-string. -- Add AM_MAINTAINER_MODE for vendors +- Initial release. diff --git a/configure.ac b/configure.ac index 92b20d8..55317fc 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-cursor],0.3.9,[xcb@lists.freedesktop.org]) +AC_INIT([xcb-util-cursor],0.0.99,[xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3