From 869fda7810497cc072371bfbdafdf38643b1f0a3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 20 Oct 2020 09:34:05 +1000 Subject: libevdev 1.10rc2 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f5d9ca2..75ade20 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ([2.62]) # change meson version too AC_INIT([libevdev], - [1.9.901], + [1.9.902], [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 a628a38..966689e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libevdev', 'c', - version: '1.9.901', # change autotools version too + version: '1.9.902', # change autotools version too license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.47.0') -- cgit v1.2.1