diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-08-02 19:56:24 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-08-02 19:56:24 -0400 |
commit | a57c8bba0d0c81cd3f884e173ff56f25b5946cf1 (patch) | |
tree | 36d0f1c2e874e91f0bfe3a102611040aa67666d0 /configure.ac | |
parent | d9488d78ebc2dde8ac4065381780e4d974056e92 (diff) |
configure.ac: compatible with systemd 206
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 52e241fa70..166b7d7f9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) AC_INIT([eudev],[1.2],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 205) +AC_SUBST(UDEV_VERSION, 206) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |