summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-07-08 02:02:02 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-07-08 02:02:02 +0200
commit804ab68550c5779a0a27b1ad2636184520f2a1cb (patch)
tree6add5d3607c7d14e63598e39a55ebce2c1fc3eea
parent257bb4cdac76c00be6e17b0b656df0a2d7ee7b4d (diff)
configure.ac: version bump
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7748aeaddb..2ce846b586 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+udev 145
+========
+Bugfixes.
+
udev 144
========
Bugfixes.
diff --git a/configure.ac b/configure.ac
index 96c10f7a62..69c115dba9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([udev], [144], [linux-hotplug@vger.kernel.org])
+AC_INIT([udev], [145], [linux-hotplug@vger.kernel.org])
AC_PREREQ(2.60)
AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])