Skip to content

Commit 88c7ca5

Browse files
committed
libwacom 1.7
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 8b190a5 commit 88c7ca5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libwacom 1.7:
2+
- New devices:
3+
- Dell XPS 13 2-in-1 9310
4+
- Lenovo IdeaPad Flex 14API, Flex 5
5+
- HP Envy x360, EliteBook x360
6+
- Huawei MateBook HZ-W19
7+
- XP Pen Star G640
8+
19
libwacom 1.6:
210
- New devices:
311
- XP Pen G640

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Initialize Autoconf
22
AC_PREREQ([2.60])
3-
AC_INIT([libwacom], [1.6]) # change meson.build as well
3+
AC_INIT([libwacom], [1.7]) # change meson.build as well
44
AC_CONFIG_HEADERS([config.h])
55

66
# Initialize Automake

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libwacom', 'c',
2-
version: '1.6', # change configure.ac as well
2+
version: '1.7', # change configure.ac as well
33
license: 'MIT/Expat',
44
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
55
meson_version: '>= 0.50.0')

0 commit comments

Comments
 (0)