diff options
author | greg@kroah.com <greg@kroah.com> | 2003-11-20 18:35:01 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:25 -0700 |
commit | 95d3e90130681bd4a35f79bf0591b08390bea6bb (patch) | |
tree | 1a80c0f37ed865f86592876e2042f6dacaeea520 | |
parent | 378fe59875327bc4f51e38724ab7406edd36aa16 (diff) |
[PATCH] change to 006_bk version
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.klibc | 2 | ||||
-rw-r--r-- | udev.spec | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -22,7 +22,7 @@ DEBUG = true ROOT = udev -VERSION = 006 +VERSION = 006_bk INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) diff --git a/Makefile.klibc b/Makefile.klibc index faf6521045..e0961df718 100644 --- a/Makefile.klibc +++ b/Makefile.klibc @@ -22,7 +22,7 @@ DEBUG = true ROOT = udev -VERSION = 006 +VERSION = 006_bk INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) @@ -1,6 +1,6 @@ Summary: A userspace implementation of devfs Name: udev -Version: 006 +Version: 006_bk Release: 1 License: GPL Group: Utilities/System |