diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-21 21:03:03 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-22 08:03:24 -0400 |
commit | 0f90b52d5195a4725980f40525511aebe2934666 (patch) | |
tree | 1e8191204d4e629bb23c4192d268c8c2e80cd667 | |
parent | bec26f61fb3913e74f680bfee554ccec948a0676 (diff) |
configure.ac and src/libudev/Makefile.am: bump to 1.10 = upstream 216
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-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 \ |