diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-05 06:27:31 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-05 06:27:31 +0100 |
commit | 218e47ae0fcacd767d0469ff1f069fadf3dffe28 (patch) | |
tree | 13578400c1193f2ead46861461f0cd15a511191c /Makefile.am | |
parent | 3e0a2c9a50d799fb623694de2f821f46ec01e2ae (diff) |
libudev: bump minor version
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a0967ab207..62c3bdbd97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,9 +34,9 @@ DISTCHECK_HOOKS = # ------------------------------------------------------------------------------ # libudev # ------------------------------------------------------------------------------ -LIBUDEV_CURRENT=10 +LIBUDEV_CURRENT=11 LIBUDEV_REVISION=0 -LIBUDEV_AGE=10 +LIBUDEV_AGE=11 SUBDIRS += libudev/docs |