From: Kay Sievers Date: Thu, 3 Dec 2009 12:31:43 +0000 (+0100) Subject: configure.ac: version bump X-Git-Tag: 174~688 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4cf3298e1fc7678fe1a5022ed8ba66b775d7334f configure.ac: version bump --- diff --git a/NEWS b/NEWS index cd54a1246..e5dfd10d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +udev 149 +======== +Fix for a possible endless loop in the new input_id program. + + udev 148 ======== Bugfixes. diff --git a/configure.ac b/configure.ac index 12271f146..29e19f09a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([udev], [148], [linux-hotplug@vger.kernel.org]) +AC_INIT([udev], [149], [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])])