Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
AC_PREREQ([2.62])
AC_INIT([libevdev],
- [1.1.99.1],
+ [1.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev],
[libevdev],
[http://freedesktop.org/wiki/Software/libevdev/])
# - 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=2:1:0
+LIBEVDEV_LT_VERSION=2:2:0
AC_SUBST(LIBEVDEV_LT_VERSION)