diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-12-15 15:53:21 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-12-15 15:53:21 +0100 |
commit | ac9b4baac52d8713512629272384124fa1d01b23 (patch) | |
tree | 49c0e02633575adccdac07a5d4ce682684c21a1e | |
parent | 78171d9549fafdfc1e29d30915104a3ad55e116b (diff) |
configure.ac: version bump
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +udev 150 +======== +Bugfixes. + udev 149 ======== Fix for a possible endless loop in the new input_id program. diff --git a/configure.ac b/configure.ac index 29e19f09ab..836c30d5e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([udev], [149], [linux-hotplug@vger.kernel.org]) +AC_INIT([udev], [150], [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])]) |