summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2016-05-12 09:53:03 +0200
committerMichael Stapelberg <michael@stapelberg.de>2016-05-12 09:53:03 +0200
commit95b9a8fd876fdbbc854cdf3d90317be3846c7417 (patch)
tree55f43a414a85a991c5c5d77485e0a99cf6aa8436
parent085606514a37726b2527d646cd022e06b1fb0d79 (diff)
set version to 0.1.30.1.3
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5de201d..ec111be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Release 0.1.3 (2016-05-12)
+===========================
+
+- Add a --with-cursorpath option to configure
+
Release 0.1.2 (2015-03-35)
===========================
diff --git a/configure.ac b/configure.ac
index 44ed10d..828a1bd 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.1.2,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-cursor],0.1.3,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])