From: Peter Hutterer Date: Tue, 3 Sep 2024 02:16:01 +0000 (+1000) Subject: libevdev 1.13.3 X-Git-Tag: accepted/tizen/unified/20250224.161828~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cd722d7b19a216eb3aa04a45b09b21eea11170d;p=platform%2Fupstream%2Flibevdev.git libevdev 1.13.3 Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index 75a54aa..848f819 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.62]) # change meson version too AC_INIT([libevdev], - [1.13.2], + [1.13.3], [https://gitlab.freedesktop.org/libevdev/libevdev/issues/], [libevdev], [http://freedesktop.org/wiki/Software/libevdev/]) diff --git a/meson.build b/meson.build index d230098..9a54d97 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libevdev', 'c', - version: '1.13.2', # change autotools version too + version: '1.13.3', # change autotools version too license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.56.0')