summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2068786..c087358 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libwacom 0.20:
+- New devices: "One by wacom"
+- Layout fixes, especially for the Express Key Remote
+
libwacom 0.19:
- New devices:
- DTK-1651, ISDv4 0x504a
diff --git a/configure.ac b/configure.ac
index 8d3bf91..fff251a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.19])
+AC_INIT([libwacom], [0.20])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
@@ -17,7 +17,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LIBWACOM_LT_VERSION=6:6:4
+LIBWACOM_LT_VERSION=6:7:4
AC_SUBST(LIBWACOM_LT_VERSION)
# Initialize libtool