summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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