Skip to content

Commit

Permalink
libwacom 1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Dec 16, 2020
1 parent 8b190a5 commit 88c7ca5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
libwacom 1.7:
- New devices:
- Dell XPS 13 2-in-1 9310
- Lenovo IdeaPad Flex 14API, Flex 5
- HP Envy x360, EliteBook x360
- Huawei MateBook HZ-W19
- XP Pen Star G640

libwacom 1.6:
- New devices:
- XP Pen G640
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.6]) # change meson.build as well
AC_INIT([libwacom], [1.7]) # 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.6', # change configure.ac as well
version: '1.7', # 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 88c7ca5

Please sign in to comment.