From: Kay Sievers Date: Wed, 2 Jun 2010 18:31:51 +0000 (+0200) Subject: version bump X-Git-Tag: 174~447 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94aa758d0c4c3d01d70e2480db63224250a47d89;p=thirdparty%2Fsystemd.git version bump --- diff --git a/NEWS b/NEWS index 0c5781250c9..2ba32b0926b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +udev 158 +======== +Bugfixes. + udev 157 ======== Bugfixes. diff --git a/configure.ac b/configure.ac index df8a95b3bb5..7e9b1f8a58f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([udev], [157], [linux-hotplug@vger.kernel.org]) +AC_INIT([udev], [158], [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])])