diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-06-01 14:05:27 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-06-01 14:14:12 -0400 |
commit | 9ea99e74099d4bbfa192bfa1824b4bea6efd1a49 (patch) | |
tree | 59a0eca8eafb7429f277759967a1de108ee840a1 | |
parent | 2083b3f57f5199dc069261b18a7fc4b3e7688420 (diff) |
configure.ac: bump to 1.7 = upstream 213eudev/v1.7
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1a31faa78e..2507abd0f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) AC_INIT([eudev],[1.7],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 212) +AC_SUBST(UDEV_VERSION, 213) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |