diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-09 15:33:27 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-10 13:44:15 +1000 |
commit | 8b1cc209181b6542c9f974550f0e40be1a1e52b6 (patch) | |
tree | 8d16c034ada0217e7f8411e4839c4558366be1aa | |
parent | 172b45d25572c5329825f7c2e361dd50391af7cf (diff) |
configure.ac: libinput 1.6rc11.5.901
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7c13a4ea..bae1c5b0 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], [5]) -m4_define([libinput_micro_version], [2]) +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=20:3:10 +LIBINPUT_LT_VERSION=21:0:11 AC_SUBST(LIBINPUT_LT_VERSION) AM_SILENT_RULES([yes]) |