configure.ac: version bump

This commit is contained in:
Kay Sievers
2010-05-25 12:37:24 +02:00
parent e925b63340
commit 6edb57c0e4
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@@ -1,3 +1,7 @@
udev 157
========
Bugfixes.
udev 156
========
Bugfixes.

View File

@@ -1,4 +1,4 @@
AC_INIT([udev], [156], [linux-hotplug@vger.kernel.org])
AC_INIT([udev], [157], [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])])