diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-07-06 17:01:11 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-07-06 17:01:11 +0200 |
commit | 5433b7320ee15e360fa2a60a3cdba9f17d51ec48 (patch) | |
tree | 39f8f8d24f98a9f3d12f312c58ec338521d8b450 /Makefile.am | |
parent | 665a754d03aa21a6ff58066abe125569a4bc32c2 (diff) |
libudev: device - export udev_device_has_tag()
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 0ca351c82d..37840c34b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,9 +41,9 @@ dist_libexec_SCRIPTS = # ------------------------------------------------------------------------------ # libudev # ------------------------------------------------------------------------------ -LIBUDEV_CURRENT=11 -LIBUDEV_REVISION=6 -LIBUDEV_AGE=11 +LIBUDEV_CURRENT=12 +LIBUDEV_REVISION=0 +LIBUDEV_AGE=12 SUBDIRS += libudev/docs |