summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Dickens <Joshua@Joshua-Dickens.com>2022-10-12 14:46:04 -0700
committerJoshua Dickens <Joshua@Joshua-Dickens.com>2022-10-12 14:46:04 -0700
commitc6c1b26ad149a88b22ff790dae377fcc935b7e08 (patch)
tree702004aa696b88ae377b307447c7577c2c2f3bcc
parent594205738d977757073e29e3224e06b1868cc9a9 (diff)
downloadlibwacom-c6c1b26ad149a88b22ff790dae377fcc935b7e08.tar.gz
libwacom 2.5libwacom-2.5.0
Signed-off-by: Joshua Dickens <Joshua@Joshua-Dickens.com>
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e047134..def4a9f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libwacom 2.5:
+- New Devices
+ - Cintiq Pro 27
+ - Intuos Pro Small refresh
+ - Dell Chromebook 11 5190 2-in-1
+ - Dell Inspiron 14 7425 2-in-1
+ - Fujitsu U729X
+
libwacom 2.4:
- New Devices:
- Huion Inspiroy H1060P
diff --git a/meson.build b/meson.build
index 567cb4c..95307c9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libwacom', 'c',
- version: '2.4.0',
+ version: '2.5.0',
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.51.0')