diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-24 10:17:15 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-24 10:17:15 +0200 |
commit | cbcb846a4c9c9b8215a3f484d70e3cefde5ba226 (patch) | |
tree | 318ae2ca5b5e95ec2e6a7247071864741ab92aec | |
parent | b93e0709497e37a5fb023b8b3c5c47a425123193 (diff) |
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 159 +======== +Bugfixes. + udev 158 ======== Bugfixes. diff --git a/configure.ac b/configure.ac index 7e9b1f8a58..4bac653b5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([udev], [158], [linux-hotplug@vger.kernel.org]) +AC_INIT([udev], [159], [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])]) |