1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

configure.ac: version bump

This commit is contained in:
Kay Sievers 2009-12-15 15:53:21 +01:00
parent 78171d9549
commit ac9b4baac5
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
udev 150
========
Bugfixes.
udev 149
========
Fix for a possible endless loop in the new input_id program.

View File

@ -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])])