summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cab29fa..feaaf53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+libwacom 2.1:
+- New Devices:
+ - Dell Latitude 5290
+ - Lenovo ThinkPad X1 Tablet Gen3, Yoga 7
+ - Pine64 PineNote
+ - HP ProBook x360
+
libwacom 2.0:
- New major version with a soname bump. Some symbols have been
dropped but no user should've ever used those anyway. See commit
diff --git a/meson.build b/meson.build
index 02ac175..bc30347 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libwacom', 'c',
- version: '2.0.0',
+ version: '2.1.0',
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.51.0')