diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-02-18 11:03:09 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-02-18 11:03:09 +0100 |
commit | e0fcf21c030027101338c7673c5cb814b82261d1 (patch) | |
tree | 339488b10043656400438ebc291a33bc2bd3839e /Makefile.am | |
parent | 0fe3c26eab97c4ee381918e6925a6cd798be5f39 (diff) |
libudev: bump minor version
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 db23f16e24..3780f50797 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,9 +28,9 @@ CLEANFILES = # ------------------------------------------------------------------------------ # libudev # ------------------------------------------------------------------------------ -LIBUDEV_CURRENT=6 -LIBUDEV_REVISION=1 -LIBUDEV_AGE=6 +LIBUDEV_CURRENT=7 +LIBUDEV_REVISION=0 +LIBUDEV_AGE=7 SUBDIRS += libudev/docs |