summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6efd096..8e83837 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+libwacom 1.12:
+- New devices:
+ - ELAN 2513
+ - HP Probook x360, 435 G7
+ - Waltop Slim Tablet 12.1
+ - XP-PEN Star 3
+- libwacom's hwdb no longer tags devices with "Keyboard" in their name as
+ ID_INPUT_TABLET
+
libwacom 1.11:
- New devices:
- Lenovo ThinkPad L390 Yoga, Yoga C940, Yoga 460, Yoga 720,
diff --git a/configure.ac b/configure.ac
index 8ff770d..3f75667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [1.11]) # change meson.build as well
+AC_INIT([libwacom], [1.12]) # change meson.build as well
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
diff --git a/meson.build b/meson.build
index 1f6bd47..1670c63 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libwacom', 'c',
- version: '1.11', # change configure.ac as well
+ version: '1.12', # change configure.ac as well
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.50.0')