diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-13 04:43:48 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-13 04:43:48 +0000 |
commit | 4da0541f2b3c3053c2a7b5328ab19f9a47763b06 (patch) | |
tree | 990a3d6a9beb21420fae1f7d14886c84a5ce3c12 /Makefile | |
parent | 9738fe101855ce85f457dd2531be97c663a02281 (diff) | |
download | busybox-w32-4da0541f2b3c3053c2a7b5328ab19f9a47763b06.tar.gz busybox-w32-4da0541f2b3c3053c2a7b5328ab19f9a47763b06.tar.bz2 busybox-w32-4da0541f2b3c3053c2a7b5328ab19f9a47763b06.zip |
Bug fixes.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@303 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | 18 | ||
19 | PROG=busybox | 19 | PROG=busybox |
20 | VERSION=0.40 | 20 | VERSION=0.41 |
21 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") | 21 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") |
22 | 22 | ||
23 | # Comment out the following to make a debuggable build | 23 | # Comment out the following to make a debuggable build |