diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-10 01:38:54 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-10 01:38:54 +0100 |
commit | b04ba6ce63556e4fbe0d0a8b59153f74a3ea2385 (patch) | |
tree | 0102555dad8ec93cd029d038abe2e6aa3706e610 /configure.ac | |
parent | 5fadcc76c8c86cc0363fa0010f3e30933a7dcaa5 (diff) |
version bump
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 849939c78e..5e7adb938c 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= |