Skip to content

Commit

Permalink
libwacom 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Mar 24, 2020
1 parent f9555c1 commit 08cb07e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
libwacom 1.3:
- New devices:
- Wacom One Pen Display 13
- Lenovo Thinkpad L13 Yoga, X1 Yoga 4th, X1 Extreme 2nd, X13 Yoga, Yoga 370
- Dell XPS 9575, 7390
- Toshiba z20t-c
- HP Envy x360
- Samsung Notebook 9 Pro
- Android mode for 3rd gen Intuos devices is now handled

libwacom 1.2:
- New devices:
- Wacom Moile Studio Pro (2nd gen)
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.2]) # change meson.build as well
AC_INIT([libwacom], [1.3]) # 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.2', # change configure.ac as well
version: '1.3', # change configure.ac as well
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.47.0')
Expand Down

0 comments on commit 08cb07e

Please sign in to comment.