diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-12-15 09:06:05 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-12-15 09:06:05 +0100 |
commit | 2363d33e10f1c0bf5d1240355d0bb2d90bae88e6 (patch) | |
tree | f5e58db41f2e586848712008bea422c46ab0a45e /Makefile.am | |
parent | 9c6a11b1c6c68dabfd28b72d361da0e1930c7321 (diff) |
gudev: 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 601246a9c9..0ee691c753 100644 --- a/Makefile.am +++ b/Makefile.am @@ -321,9 +321,9 @@ dist_udevrules_DATA += \ # ------------------------------------------------------------------------------ # GUdev - libudev gobject interface # ------------------------------------------------------------------------------ -LIBGUDEV_CURRENT=0 -LIBGUDEV_REVISION=1 -LIBGUDEV_AGE=0 +LIBGUDEV_CURRENT=1 +LIBGUDEV_REVISION=0 +LIBGUDEV_AGE=1 SUBDIRS += extras/gudev/docs |