diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-07-19 14:08:21 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-07-19 14:08:21 +0200 |
commit | 2ec30504d628a445b892c697745b9886b42227e1 (patch) | |
tree | 9be8e900b8d05fdf3fecf28fcf35f1ac9a58969c /Makefile.am | |
parent | 9b6c6b56123670050b1dc5eb69ea1a9638bedd39 (diff) |
libudev: bump minor so version after adding symbols
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 3406c3a97f..e80d43abe5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,9 +29,9 @@ CLEANFILES = # ------------------------------------------------------------------------------ # libudev # ------------------------------------------------------------------------------ -LIBUDEV_CURRENT=8 -LIBUDEV_REVISION=3 -LIBUDEV_AGE=8 +LIBUDEV_CURRENT=9 +LIBUDEV_REVISION=0 +LIBUDEV_AGE=9 SUBDIRS += libudev/docs |