diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-21 08:50:59 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-21 08:50:59 +0200 |
commit | c51d2f2746a54c8418965f22d1882b1ac3a18ed8 (patch) | |
tree | f7e001f411a58a42661ad115330e692fee3b3a4a /configure.ac | |
parent | 1efde3bcef093da3b4e00243f5939e805ca736e2 (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 4fcdbcd276..d4d29c47f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([udev], [153], [linux-hotplug@vger.kernel.org]) +AC_INIT([udev], [154], [linux-hotplug@vger.kernel.org]) AC_PREREQ(2.60) AM_INIT_AUTOMAKE([check-news foreign 1.10 dist-bzip2 subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |