From: Peter Hutterer Date: Fri, 24 May 2019 00:54:14 +0000 (+1000) Subject: libevdev 1.7rc1 X-Git-Tag: libevdev-1.6.901^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae7b6128a8aeaf03f585346e796d79a2c22e591d;p=platform%2Fupstream%2Flibevdev.git libevdev 1.7rc1 Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index 5161d93..cb94bd9 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.62]) AC_INIT([libevdev], - [1.6.0], + [1.6.901], [https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev], [libevdev], [http://freedesktop.org/wiki/Software/libevdev/]) @@ -42,7 +42,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz subdir-objects]) # - If binary compatibility has been broken (eg removed or changed interfaces) # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -LIBEVDEV_LT_VERSION=4:0:2 +LIBEVDEV_LT_VERSION=5:0:3 AC_SUBST(LIBEVDEV_LT_VERSION)