summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-03-04 15:36:35 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-03-06 15:50:17 +1000
commit595beb93b43b0f3ab40e9a5e02b8d8b9e4487503 (patch)
tree67f4ba509cb9acd4cdd3f70944cca259a41cbef2 /configure.ac
parent9b865ba212ab15e626b3037c030e4d71588c1c4f (diff)
Drop libinput_device_has_button
And merge all current API versions into the same block. This isn't technically necessary since removing libinput_has_button from the code will remove it from the exported list. That trips up test/symbols-leak-test though. Since we break the API and bump the soname in this release anyway, move to a single block so the initial stable API is all nicely grouped together. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1a4eb3af..e4b7df03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,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
-LIBINPUT_LT_VERSION=9:0:2
+LIBINPUT_LT_VERSION=10:0:0
AC_SUBST(LIBINPUT_LT_VERSION)
AM_SILENT_RULES([yes])