From 09f41d6de47b6e4a4aea9c0d9c73a3e07c5502b3 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Tue, 8 Jan 2013 12:49:35 -0500 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3-54-g00ecf