diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-30 06:53:04 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-30 06:53:04 -0400 |
commit | 5803c30ed226a4e5a4ab12e4d873c8a586ca8cf6 (patch) | |
tree | cbb94acba42e6528dffa7f354190d846c150be01 /src/libudev | |
parent | cca9d72d96199dc76d6881690103b64ffddfa7b0 (diff) |
configure.ac: bump udev to 220 and eudev to 3.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev')
-rw-r--r-- | src/libudev/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index c62bd75858..0edb8732d5 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} LIBUDEV_CURRENT=7 -LIBUDEV_REVISION=2 +LIBUDEV_REVISION=3 LIBUDEV_AGE=6 define move-to-rootlibdir |