From b04ba6ce63556e4fbe0d0a8b59153f74a3ea2385 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 10 Jan 2009 01:38:54 +0100 Subject: [PATCH] version bump --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 849939c7..5e7adb93 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([udev], - [136], + [137], [linux-hotplug@vger.kernel.org]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR([udev/udevd.c]) @@ -9,7 +9,7 @@ AC_DISABLE_STATIC AC_SYS_LARGEFILE AC_PROG_LIBTOOL -dnl /* prefix is /usr, exec_prefix in /, if overridden exec_prefix follows prefix */ +dnl /* prefix is /usr, exec_prefix is /, if overridden exec_prefix follows prefix */ AC_PREFIX_DEFAULT([/usr]) test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix= -- 2.39.5