Skip to content

Commit

Permalink
libwacom 1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Jun 24, 2020
1 parent df28a9f commit 7cec288
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
libwacom 1.4:
- New devices:
- Dell Latitude 7200 2-in-1, Dell Latitude 7400 2-in-1
- Elan 2415
- HP ENVY x360 Convertible 13,
- Huion 420, 1060 Plus,
- GAOMON S56K
- Wacom FT-0405
- Many AES stylus definitions added
- New API: libwacom_stylus_get_eraser_type()
- udev rules are now using hwdb entries

libwacom 1.3:
- New devices:
- Wacom One Pen Display 13
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.3]) # change meson.build as well
AC_INIT([libwacom], [1.4]) # 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.3', # change configure.ac as well
version: '1.4', # 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 7cec288

Please sign in to comment.