diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-03-19 19:34:33 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-03-19 19:34:33 -0400 |
commit | 3cda11ed7c226adc9f4818cecfb21974239d632b (patch) | |
tree | 9854be3326570ab3953be9a641892e523746d61e /configure.ac | |
parent | ed4a3602ea65b09ab4a9c1e9617ab2453cc9277a (diff) |
configure.ac: update udev version to 219.
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 31f076ad1e..4fc220a24b 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, 217) +AC_SUBST(UDEV_VERSION, 219) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS |