From: Kay Sievers Date: Fri, 3 Sep 2010 13:14:36 +0000 (+0200) Subject: version bump X-Git-Tag: 174~342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=397e0169bb6c8f811d8aa117e8f34858caa8b56b;p=thirdparty%2Fsystemd.git version bump --- diff --git a/NEWS b/NEWS index 3e1a38469fc..31b00d25dd2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +udev 163 +======== +Bugfixes. + udev 162 ======== Bugfixes. diff --git a/configure.ac b/configure.ac index 31c5b1848a9..810be67bee1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([udev], [162], [linux-hotplug@vger.kernel.org]) +AC_INIT([udev], [163], [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])])