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 /configure.ac | |
parent | 40c72b0478f406163be683c182a0f3fd210a39ae (diff) |
configure.ac: bring version numbers in line with upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 82b8dab1ee..ee70d4c868 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[1.5.3],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 211) +AC_INIT([eudev],[1.6],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 212) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |