Skip to content

Commit

Permalink
libwacom 1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Aug 31, 2021
1 parent 20f09be commit 942628b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
libwacom 1.12:
- New devices:
- ELAN 2513
- HP Probook x360, 435 G7
- Waltop Slim Tablet 12.1
- XP-PEN Star 3
- libwacom's hwdb no longer tags devices with "Keyboard" in their name as
ID_INPUT_TABLET

libwacom 1.11:
- New devices:
- Lenovo ThinkPad L390 Yoga, Yoga C940, Yoga 460, Yoga 720,
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libwacom], [1.11]) # change meson.build as well
AC_INIT([libwacom], [1.12]) # change meson.build as well
AC_CONFIG_HEADERS([config.h])

# Initialize Automake
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.11', # change configure.ac as well
version: '1.12', # change configure.ac as well
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.50.0')
Expand Down

0 comments on commit 942628b

Please sign in to comment.