Skip to content

Commit

Permalink
libwacom 2.0 rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Dec 13, 2021
1 parent ea1cb22 commit 6c1d80b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
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
b9961dbe912fa096230460b194eebdc8a590d256 for details.
- New Devices:
- LetSketch WP9620
- Wacom Intuos BT, Cintiq Pro 16
- ISDv4 523a
- Dell Latitude 5290, 7275
- Asus Zenbook Flip S13

libwacom 1.12:
- New devices:
- ELAN 2513
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libwacom', 'c',
version: '1.12',
version: '1.99.1',
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.51.0')
Expand Down

0 comments on commit 6c1d80b

Please sign in to comment.