diff --git a/NEWS b/NEWS index e04713416..def4a9f6a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +libwacom 2.5: +- New Devices + - Cintiq Pro 27 + - Intuos Pro Small refresh + - Dell Chromebook 11 5190 2-in-1 + - Dell Inspiron 14 7425 2-in-1 + - Fujitsu U729X + libwacom 2.4: - New Devices: - Huion Inspiroy H1060P diff --git a/meson.build b/meson.build index 567cb4ce7..95307c9df 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libwacom', 'c', - version: '2.4.0', + version: '2.5.0', license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.51.0')