summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-03-08 15:25:28 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-03-08 15:25:28 +1000
commit7ae667ee89fcf758b918654ea1f410e2589c4689 (patch)
tree507d71974e82f53b1f62d0e4bf8d55a4b78b3b8b /configure.ac
parentfbeeef9cde22659c1fefbce2ad8c789f3828cabd (diff)
downloadlibevdev-7ae667ee89fcf758b918654ea1f410e2589c4689.tar.gz
libevdev 1.5.9libevdev-1.5.9
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 e038c92..3fe8746 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
AC_PREREQ([2.62])
AC_INIT([libevdev],
- [1.5.8],
+ [1.5.9],
[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:20:1
+LIBEVDEV_LT_VERSION=3:21:1
AC_SUBST(LIBEVDEV_LT_VERSION)