From: Peter Hutterer Date: Wed, 19 Mar 2014 00:29:51 +0000 (+1000) Subject: Bump library revision X-Git-Tag: libevdev-1.0.99.2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=019953ebea3a3827f38a1c9ac217737e395e54c7;p=platform%2Fupstream%2Flibevdev.git Bump library revision Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index 60270eb..5912814 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) # - 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=2:0:0 +LIBEVDEV_LT_VERSION=2:1:0 AC_SUBST(LIBEVDEV_LT_VERSION)