diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-25 06:56:14 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-25 06:56:14 +0200 |
commit | c22b0d4ad1181f61b6d27f071ecdf1ba3d418d55 (patch) | |
tree | dadcb97914315c2bd136bb45888b77d9db595d98 | |
parent | c79ee67d918d50abc06eb1e9ffef82f0e604f5ee (diff) |
configure.ac: version bump
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +======== +Bugfixes. + udev 155 ======== Bugfixes. diff --git a/configure.ac b/configure.ac index 816769f111..d82fb1b77c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([udev], [155], [linux-hotplug@vger.kernel.org]) +AC_INIT([udev], [156], [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])]) |