diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-24 00:22:23 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-24 00:22:23 +0200 |
commit | 8958da13c72024c4eaa2996b86fce2959e452db4 (patch) | |
tree | 4edf78daf3d43092edf7e91ff5e9943ccd6aa3b6 /Makefile.am | |
parent | c7c32e9c9835a0bdaee931f33ac0fc86a1e4c415 (diff) |
libudev: list - use bit flags for 'sort' and 'unique'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5ddf83acab..2aff45e2a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ DISTCHECK_HOOKS = # libudev # ------------------------------------------------------------------------------ LIBUDEV_CURRENT=11 -LIBUDEV_REVISION=2 +LIBUDEV_REVISION=3 LIBUDEV_AGE=11 SUBDIRS += libudev/docs |