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 7d735131c9..017c2d5857 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+udev 165
+========
+Bugfixes.
+
udev 164
========
Bugfixes.
diff --git a/configure.ac b/configure.ac
index 9f8e377bac..e82b9b8e99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([udev], [164], [linux-hotplug@vger.kernel.org])
+AC_INIT([udev], [165], [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])])