summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 964fb4c..0a000cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+libwacom 0.6.1:
+- More/corrected metadata for:
+ - Cintiq 22HD, 24HD, 24HD touch
+ - DTI 520
+ - ISDv4 E5, 100, 101
+
libwacom 0.6:
- More metadata for:
- NTrig tablet PC
diff --git a/configure.ac b/configure.ac
index 432f0e7..a892d28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.6])
+AC_INIT([libwacom], [0.6.1])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake