summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index def4a9f..52aa622 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libwacom 2.6:
+- New Devices
+ - ASUS ROG Flow X16
+ - XP-Pen Deco01 v2
+ - Huion Kamvas 13
+ - Wacom HID 52FA Pen
+ - Ugee M708 v1
+
libwacom 2.5:
- New Devices
- Cintiq Pro 27
diff --git a/meson.build b/meson.build
index 95307c9..d5d4d9e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libwacom', 'c',
- version: '2.5.0',
+ version: '2.6.0',
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.51.0')