diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-04-03 13:31:29 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-04-03 13:31:29 -0400 |
commit | a1a5424a623eabb11da4aa5d4614f3c5bf22ff82 (patch) | |
tree | d83ca518f4abb9acfba488558217004dfe73096d /src/gudev | |
parent | 40c72b0478f406163be683c182a0f3fd210a39ae (diff) |
configure.ac: bring version numbers in line with upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/gudev')
-rw-r--r-- | src/gudev/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gudev/Makefile.am b/src/gudev/Makefile.am index 00ed5356d7..98fd60e90a 100644 --- a/src/gudev/Makefile.am +++ b/src/gudev/Makefile.am @@ -1,8 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -LIBGUDEV_CURRENT=1 -LIBGUDEV_REVISION=2 -LIBGUDEV_AGE=1 +LIBGUDEV_CURRENT=2 +LIBGUDEV_REVISION=0 +LIBGUDEV_AGE=2 libgudev_include_HEADERS = \ gudev.h \ |