aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-15 00:28:26 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-15 00:28:26 +0000
commitd4fcb80609dd4673d406a27bdb892070bfb0deee (patch)
treed55f10fb3b8241bdab43c828cb9d4b32edb1a769 /Rules.mak
parent335816bc4cccccd568cf59ab761d77bb8f44681f (diff)
downloadbusybox-d4fcb80609dd4673d406a27bdb892070bfb0deee.tar.gz
Yet more preparation to make a release...
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index a85fa06ef..15dde5201 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -1,6 +1,6 @@
# Rules.make for busybox
#
-# Copyright (C) 2002 Erik Andersen <andersen@codepoet.org>
+# Copyright (C) 2001-2003 Erik Andersen <andersen@codepoet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
#--------------------------------------------------------
PROG := busybox
-VERSION := 0.61.pre
+VERSION := 1.00-pre1
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")