summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-10-26 09:50:23 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-10-26 09:50:23 +1000
commitf293c11fecd2d786f7742cb6768863d498b9d31b (patch)
tree0e4c9c822bbe40d4c61afe9a4051b2b2a13b121b /configure.ac
parent41e47b704377ccd1de2046795d9bd6009bf0a178 (diff)
libevdev 1.6.0libevdev-1.6.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0f5984a..5161d93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)