summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-07-12 10:37:30 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-07-12 10:37:30 +1000
commitf632c010faa417bd1f9ed9b744b4d0303bf05233 (patch)
tree79a27841ed27284534034b71703f810c6006f2f2
parent3c113111facf231212fa1cc7c18b6171ed4509c7 (diff)
configure.ac: libinput 1.4rc11.3.901
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3e973d42..0e7ffc28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
m4_define([libinput_major_version], [1])
m4_define([libinput_minor_version], [3])
-m4_define([libinput_micro_version], [0])
+m4_define([libinput_micro_version], [901])
m4_define([libinput_version],
[libinput_major_version.libinput_minor_version.libinput_micro_version])
@@ -35,7 +35,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
# b) If interfaces have been changed or added, but binary compatibility has
# been preserved, change to C+1:0:A+1
# c) If the interface is the same as the previous version, change to C:R+1:A
-LIBINPUT_LT_VERSION=18:3:8
+LIBINPUT_LT_VERSION=19:0:9
AC_SUBST(LIBINPUT_LT_VERSION)
AM_SILENT_RULES([yes])