mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 20:50:07 +01:00
libevdev 1.7rc1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
55d7375972
commit
ae7b6128a8
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
AC_PREREQ([2.62])
|
AC_PREREQ([2.62])
|
||||||
|
|
||||||
AC_INIT([libevdev],
|
AC_INIT([libevdev],
|
||||||
[1.6.0],
|
[1.6.901],
|
||||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev],
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev],
|
||||||
[libevdev],
|
[libevdev],
|
||||||
[http://freedesktop.org/wiki/Software/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)
|
# - If binary compatibility has been broken (eg removed or changed interfaces)
|
||||||
# change to C+1:0:0
|
# change to C+1:0:0
|
||||||
# - If the interface is the same as the previous version, change to C:R+1:A
|
# - If the interface is the same as the previous version, change to C:R+1:A
|
||||||
LIBEVDEV_LT_VERSION=4:0:2
|
LIBEVDEV_LT_VERSION=5:0:3
|
||||||
AC_SUBST(LIBEVDEV_LT_VERSION)
|
AC_SUBST(LIBEVDEV_LT_VERSION)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue