35 lines
842 B
Diff
35 lines
842 B
Diff
From cbcb846a4c9c9b8215a3f484d70e3cefde5ba226 Mon Sep 17 00:00:00 2001
|
|
From: Kay Sievers <kay.sievers@vrfy.org>
|
|
Date: Thu, 24 Jun 2010 10:17:15 +0200
|
|
Subject: [PATCH 1/6] version bump
|
|
|
|
---
|
|
NEWS | 4 ++++
|
|
configure.ac | 2 +-
|
|
2 files changed, 5 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/NEWS b/NEWS
|
|
index 002ecba..88dc34d 100644
|
|
--- a/NEWS
|
|
+++ b/NEWS
|
|
@@ -1,3 +1,7 @@
|
|
+udev 159
|
|
+========
|
|
+Bugfixes.
|
|
+
|
|
udev 158
|
|
========
|
|
Bugfixes.
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 7e9b1f8..4bac653 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,4 +1,4 @@
|
|
-AC_INIT([udev], [158], [linux-hotplug@vger.kernel.org])
|
|
+AC_INIT([udev], [159], [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])])
|
|
--
|
|
1.7.0.1
|
|
|