summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2013-07-09 23:02:34 +0200
committerMichael Stapelberg <michael@stapelberg.de>2013-07-09 23:02:34 +0200
commitc7168980ec549c98bbfc13cf08d4edcbed62f34a (patch)
tree1404fe99bc4fdbd64d2147f0cee1d4ddbe03de35
parentdd1a1841991dcec716ef4b03e5b6d0fae324a80f (diff)
set version to 0.0.990.0.99
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
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])