diff --git a/NEWS b/NEWS index feaaf533f..8bfa6ba80 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +libwacom 2.2: +- New Devices: + - Lenovo X1 Yoga Gen6, X1 Titanium Gen1 + - Fujitsu Lifebook T935 + - Wacom One Pen Display 13 + libwacom 2.1: - New Devices: - Dell Latitude 5290 diff --git a/meson.build b/meson.build index 8e49b49f1..07d769b11 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libwacom', 'c', - version: '2.1.0', + version: '2.2.0', license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.51.0')