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 /src/libudev | |
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>
Diffstat (limited to 'src/libudev')
-rw-r--r-- | src/libudev/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |