diff options
author | Hannes Reinecke <hare@suse.de> | 2013-03-11 12:49:27 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-03-13 17:44:45 +0100 |
commit | 946f1825751919a176cd0039002a514de0c9c70f (patch) | |
tree | 6738baa614d0b85fe9b2077d3ca8029224d20784 /Makefile.am | |
parent | 814cc562121270e2d5de0630b773792c74990a9c (diff) |
libudev: implement udev_device_set_attribute_value()
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 2a010c7ed2..3073b0df84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,9 +31,9 @@ SUBDIRS = . po # keep intermediate files .SECONDARY: -LIBUDEV_CURRENT=3 -LIBUDEV_REVISION=2 -LIBUDEV_AGE=2 +LIBUDEV_CURRENT=4 +LIBUDEV_REVISION=0 +LIBUDEV_AGE=3 LIBGUDEV_CURRENT=1 LIBGUDEV_REVISION=3 |