diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c1a9111..c75d274 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.62]) AC_INIT([libevdev], - [1.5.5], + [1.5.6], [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]) # - 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:17:1 +LIBEVDEV_LT_VERSION=3:18:1 AC_SUBST(LIBEVDEV_LT_VERSION) |