summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-05-30 06:53:04 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-05-30 06:53:04 -0400
commit5803c30ed226a4e5a4ab12e4d873c8a586ca8cf6 (patch)
treecbb94acba42e6528dffa7f354190d846c150be01 /configure.ac
parentcca9d72d96199dc76d6881690103b64ffddfa7b0 (diff)
configure.ac: bump udev to 220 and eudev to 3.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 750042a6aa..3c00597f09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.68])
-AC_INIT([eudev],[3.0],[https://github.com/gentoo/eudev/issues])
-AC_SUBST(UDEV_VERSION, 219)
+AC_INIT([eudev],[3.1],[https://github.com/gentoo/eudev/issues])
+AC_SUBST(UDEV_VERSION, 220)
AC_CONFIG_SRCDIR([src/udev/udevd.c])
AC_USE_SYSTEM_EXTENSIONS