From: Peter Hutterer Date: Thu, 4 May 2017 00:31:51 +0000 (+1000) Subject: libevdev 1.5.7 X-Git-Tag: libevdev-1.5.7^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78322a9b45dbddcbe783d209984f3ab724296255;p=platform%2Fupstream%2Flibevdev.git libevdev 1.5.7 Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index 5e2e91c..41382b5 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.62]) AC_INIT([libevdev], - [1.5.6], + [1.5.7], [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=3:18:1 +LIBEVDEV_LT_VERSION=3:19:1 AC_SUBST(LIBEVDEV_LT_VERSION)