diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-15 00:28:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-15 00:28:26 +0000 |
commit | d4fcb80609dd4673d406a27bdb892070bfb0deee (patch) | |
tree | d55f10fb3b8241bdab43c828cb9d4b32edb1a769 /Rules.mak | |
parent | 335816bc4cccccd568cf59ab761d77bb8f44681f (diff) | |
download | busybox-w32-d4fcb80609dd4673d406a27bdb892070bfb0deee.tar.gz busybox-w32-d4fcb80609dd4673d406a27bdb892070bfb0deee.tar.bz2 busybox-w32-d4fcb80609dd4673d406a27bdb892070bfb0deee.zip |
Yet more preparation to make a release...
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | # Rules.make for busybox | 1 | # Rules.make for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 2002 Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 2001-2003 Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #-------------------------------------------------------- | 20 | #-------------------------------------------------------- |
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.61.pre | 22 | VERSION := 1.00-pre1 |
23 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") |
24 | 24 | ||
25 | 25 | ||