diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-07-08 02:02:02 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-07-08 02:02:02 +0200 |
commit | 804ab68550c5779a0a27b1ad2636184520f2a1cb (patch) | |
tree | 6add5d3607c7d14e63598e39a55ebce2c1fc3eea | |
parent | 257bb4cdac76c00be6e17b0b656df0a2d7ee7b4d (diff) |
configure.ac: version bump
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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])]) |