Bump soname
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 2 Jan 2014 23:44:13 +0000 (09:44 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 29 Jan 2014 05:02:45 +0000 (15:02 +1000)
Bump once to the stable interface we have now. This isn't really required as
we're compatible with everything but functions deprecated with 0.4 but we
might as well do it now to force a rebuild of everyone. Should've done that
for 0.6 when we actually dropped the function, but ...

Now that we have proper library versioning we shouldn't need any
backwards-incompatible soname bumps for a while.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
configure.ac

index fa24c038236cfee27da3dee8a5eeeb849807ca69..1b53048136853a090357631cdd59056f6f72ed83 100644 (file)
@@ -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=1:0:0
+LIBEVDEV_LT_VERSION=2:0:0
 AC_SUBST(LIBEVDEV_LT_VERSION)