Skip to content

Commit

Permalink
libwacom 1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Nov 3, 2020
1 parent bd0405e commit 4231fd0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libwacom 1.6:
- New devices:
- XP Pen G640
- libwacom_new_from_usbid() now also returns matching Bluetooth and i2c
devices

libwacom 1.5:
- New devices:
- Acer Spin 5 / Acer Spin SP513-54N
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.5]) # change meson.build as well
AC_INIT([libwacom], [1.6]) # 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.5', # change configure.ac as well
version: '1.6', # 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 4231fd0

Please sign in to comment.