diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-03-19 17:58:41 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-03-19 17:58:41 -0400 |
commit | ed4a3602ea65b09ab4a9c1e9617ab2453cc9277a (patch) | |
tree | e5b892e57b234996e8f36cf7ad0798e501daa182 | |
parent | 252b174d232386f1b77bf39a802ff97d0388b2a2 (diff) |
src/libudev/Makefile.am: bump libudev revision to 2
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-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 72e43bc0a8..953199beae 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=0 +LIBUDEV_REVISION=2 LIBUDEV_AGE=6 define move-to-rootlibdir |