diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/libudev/Makefile.am | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index ca71aa9e1b..e5e6889055 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[1.9],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 215) +AC_INIT([eudev],[1.10],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 216) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index b7f420982e..868a9fc451 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -1,8 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -LIBUDEV_CURRENT=6 +LIBUDEV_CURRENT=7 LIBUDEV_REVISION=0 -LIBUDEV_AGE=5 +LIBUDEV_AGE=6 define move-to-rootlibdir if test "$(libdir)" != "$(rootlibdir)"; then \ |