libevdev 1.6.0

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-10-26 09:50:23 +10:00
parent 41e47b7043
commit f293c11fec

View file

@ -21,7 +21,7 @@
AC_PREREQ([2.62])
AC_INIT([libevdev],
[1.5.9],
[1.6.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev],
[libevdev],
[http://freedesktop.org/wiki/Software/libevdev/])
@ -42,7 +42,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz subdir-objects])
# - 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=3:21:1
LIBEVDEV_LT_VERSION=4:0:2
AC_SUBST(LIBEVDEV_LT_VERSION)