From: Peter Hutterer Date: Fri, 5 May 2023 00:45:25 +0000 (+1000) Subject: libevdev 1.13.1 X-Git-Tag: accepted/tizen/unified/20231121.102917^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e5bc829479c609d182ab2b14311ab6034a9c008;p=platform%2Fupstream%2Flibevdev.git libevdev 1.13.1 Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index 455dbca..96695b7 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.62]) # change meson version too AC_INIT([libevdev], - [1.13.0], + [1.13.1], [https://gitlab.freedesktop.org/libevdev/libevdev/issues/], [libevdev], [http://freedesktop.org/wiki/Software/libevdev/]) diff --git a/meson.build b/meson.build index 62d9033..e99d551 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libevdev', 'c', - version: '1.13.0', # change autotools version too + version: '1.13.1', # change autotools version too license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.56.0')