diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-29 22:26:23 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:22 -0700 |
commit | 8519ed1a5bfbbe084c941c4b443c7289adec313b (patch) | |
tree | 5e21886411199040e8133bd49dba55b6cb7a448d | |
parent | 8b94dcd0671b038754af7683eccea5b32ccb955d (diff) |
[PATCH] version number to 005_bk
-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 = 005 +VERSION = 005_bk INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) diff --git a/Makefile.klibc b/Makefile.klibc index 808217e121..df1e55b436 100644 --- a/Makefile.klibc +++ b/Makefile.klibc @@ -22,7 +22,7 @@ DEBUG = true ROOT = udev -VERSION = 005 +VERSION = 005_bk INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) @@ -1,6 +1,6 @@ Summary: A userspace implementation of devfs Name: udev -Version: 005 +Version: 005_bk Release: 1 License: GPL Group: Utilities/System |