summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2013-01-08 12:49:35 -0500
committerAnthony G. Basile <blueness@gentoo.org>2013-01-08 14:24:04 -0500
commit09f41d6de47b6e4a4aea9c0d9c73a3e07c5502b3 (patch)
tree7b61427739bdbeff53110eee288b6f67a23ea2c9
parent5f1d6a94ca9b9d4235c2ec8d8f3236f3b8b5fee1 (diff)
Bump UDEV_VERSION as libudev is 196 compliant
We haven't confirmed yet that everything is compliant with 196 but libudev is and it seems relevant that udevadm reports the udev version that provides hwdb functions Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 87620bbd4d..b86c585046 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.68])
AC_INIT([eudev],[1_beta1],[https://github.com/gentoo/eudev/issues])
-AC_SUBST(UDEV_VERSION, 195)
+AC_SUBST(UDEV_VERSION, 196)
AC_CONFIG_SRCDIR([src/udev/udevd.c])
AC_USE_SYSTEM_EXTENSIONS