diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-28 20:53:04 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-28 20:53:04 -0400 |
commit | acbf3091de59c76a08efb2f48de1299ed824aeab (patch) | |
tree | 01aa0eead75787683ca51189943b2051f2120f53 | |
parent | 86392f7d55c283a7f45253eefe2434e3f5afd7b3 (diff) |
configure.ac: bump 2.1 = upstream 217eudev/v2.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 00d617c386..548695e47b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[2.0],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 216) +AC_INIT([eudev],[2.1],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 217) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |