summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2016-04-08 10:28:36 +0100
committerDaniel Stone <daniels@collabora.com>2016-04-08 10:38:57 +0100
commit03f5d36b44b7c4cc5cc3bb94658cd6607672e6d3 (patch)
tree851906cc7d09667b9a722accdaaa04ebba0a5674
parentbea54b1f7db7a171b93cdfb272abc70a694df465 (diff)
downloadxorg-lib-libxkbcommon-03f5d36b44b7c4cc5cc3bb94658cd6607672e6d3.tar.gz
Bump version to 0.6.1xkbcommon-0.6.1
Our most minor release yet. Signed-off-by: Daniel Stone <daniels@collabora.com>
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f17754..94506e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libxkbcommon 0.6.1 - 2016-04-08
+==================
+
+- Add LICENSE to distributed files in tarball releases.
+
+- Minor typo fix in xkb_keymap_get_as_string() documentation.
+
+
libxkbcommon 0.6.0 - 2016-03-16
==================
diff --git a/configure.ac b/configure.ac
index 0dcaebc..cbaf51f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.62])
-AC_INIT([libxkbcommon], [0.6.0],
+AC_INIT([libxkbcommon], [0.6.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon],
[libxkbcommon], [http://xkbcommon.org])
AC_CONFIG_SRCDIR([Makefile.am])