summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eca93c4d98..7c09248a8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+udev 141
+========
+Bugfixes.
+
udev 140
========
Bugfixes.
diff --git a/configure.ac b/configure.ac
index 3a624308df..5e6213f951 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([udev],
- [140],
+ [141],
[linux-hotplug@vger.kernel.org])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([udev/udevd.c])