summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-01-03 09:44:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-01-29 15:02:45 +1000
commitdef04e91e7fb97ee9a27cc2f81123741298a9606 (patch)
tree08cb2dd52f3eb3972514f1492c0d6c2fd15f39d0
parent5f40be0b43b3f58cc05f8db5e3db72a5594ba95a (diff)
Bump soname
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fa24c03..1b53048 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=1:0:0
+LIBEVDEV_LT_VERSION=2:0:0
AC_SUBST(LIBEVDEV_LT_VERSION)