summaryrefslogtreecommitdiff
path: root/src/libudev/Makefile.am
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2013-06-02 11:40:15 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-06-02 11:42:02 -0400
commitebcfcd41acc4a7b10155662f72a173b77842aa16 (patch)
tree9e8c4cfab75ad63a2755b37d2decd991436d50ed /src/libudev/Makefile.am
parentebbcb55a2d488668cf779fab6cb1100e9a3f2298 (diff)
libudev: implement udev_device_set_attribute_value()
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/Makefile.am')
-rw-r--r--src/libudev/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am
index 98d6e4e0f8..683944a671 100644
--- a/src/libudev/Makefile.am
+++ b/src/libudev/Makefile.am
@@ -1,8 +1,8 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-LIBUDEV_CURRENT=3
+LIBUDEV_CURRENT=4
LIBUDEV_REVISION=0
-LIBUDEV_AGE=2
+LIBUDEV_AGE=3
define move-to-rootlibdir
if test "$(libdir)" != "$(rootlibdir)"; then \