Skip to content

Commit 0f263ce

Browse files
committed
libwacom 2.1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent f5e9353 commit 0f263ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
libwacom 2.1:
2+
- New Devices:
3+
- Dell Latitude 5290
4+
- Lenovo ThinkPad X1 Tablet Gen3, Yoga 7
5+
- Pine64 PineNote
6+
- HP ProBook x360
7+
18
libwacom 2.0:
29
- New major version with a soname bump. Some symbols have been
310
dropped but no user should've ever used those anyway. See commit

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libwacom', 'c',
2-
version: '2.0.0',
2+
version: '2.1.0',
33
license: 'MIT/Expat',
44
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
55
meson_version: '>= 0.51.0')

0 commit comments

Comments
 (0)