Skip to content

Commit d788923

Browse files
committed
libwacom 1.8
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 8ad644b commit d788923

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libwacom 1.8:
2+
- New devices:
3+
- Dell XPS 15 7590
4+
- HP EliteBook x360 (830 and 1030), Spectre x360
5+
- Lenovo Thinkpad P15 Gen1, Yoga, Yoga 3, Yoga 11e, X13 Yoga
6+
17
libwacom 1.7:
28
- New devices:
39
- Dell XPS 13 2-in-1 9310

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.7]) # change meson.build as well
3+
AC_INIT([libwacom], [1.8]) # 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.7', # change configure.ac as well
2+
version: '1.8', # 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)