summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-03-05 09:21:18 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-03-05 09:25:08 +1000
commit9ff640d455f1419b1a9505d2e02651c133c99fa1 (patch)
treef0c9a849f6fa387359306383f591d7be94ffaad5
parentc86e738506ec9c2a451e777b3d9df219c33741bf (diff)
downloadlibwacom-9ff640d455f1419b1a9505d2e02651c133c99fa1.tar.gz
libwacom 0.29libwacom-0.29
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ac9d094..3547b2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libwacom 0.29:
+- New devices:
+ - ISDv4 50b4
+
libwacom 0.28:
- New devices:
- Cintiq Pro 24, Cintiq Pro 32
diff --git a/configure.ac b/configure.ac
index 4c1bcde..ad0aa7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.28])
+AC_INIT([libwacom], [0.29])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake