diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-01-13 12:59:37 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-01-13 12:59:37 +0100 |
commit | a16b18f0914226aed0f319499325e2d70866dec9 (patch) | |
tree | fd51459668418b01a9cfeaf87e6483c635c0b761 /configure.ac | |
parent | 390312b8edd9834293d0a73e96eba1aa8e7a6520 (diff) |
configure.ac: version bump
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 82e215cd68..08df0a9dec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([udev], [150], [linux-hotplug@vger.kernel.org]) +AC_INIT([udev], [151], [linux-hotplug@vger.kernel.org]) AC_PREREQ(2.60) AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2 subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |