From: Peter Hutterer Date: Mon, 2 Mar 2020 03:48:25 +0000 (+1000) Subject: libevdev 1.9.0 X-Git-Tag: libevdev-1.9.0^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=468760ba11438734912f793b1de00cb0f243497f;p=platform%2Fupstream%2Flibevdev.git libevdev 1.9.0 Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index f1bb02e..6be0f9b 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ([2.62]) # change meson version too AC_INIT([libevdev], - [1.8.901], + [1.9.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev], [libevdev], [http://freedesktop.org/wiki/Software/libevdev/]) diff --git a/meson.build b/meson.build index 18e4d2e..4831f8e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libevdev', 'c', - version: '1.8.901', # change autotools version too + version: '1.9.0', # change autotools version too license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.47.0')