From: Kay Sievers Date: Tue, 15 Dec 2009 14:53:21 +0000 (+0100) Subject: configure.ac: version bump X-Git-Tag: 174~673 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ac9b4baac52d8713512629272384124fa1d01b23 configure.ac: version bump --- diff --git a/NEWS b/NEWS index df7535966..1b7377efb 100644 --- a/NEWS +++ b/NEWS @@ -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 29e19f09a..836c30d5e 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])])