aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-22 05:18:28 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-22 05:18:28 +0000
commitdabdd6500eaa6fa2bfaeb8572f3d08e1793b1293 (patch)
treedc833d011ec44999f879b29dd843a97c8cc31c71 /Makefile
parent6fb3db679d31a6ce1191b9d2fae9ceec2f5db490 (diff)
downloadbusybox-w32-dabdd6500eaa6fa2bfaeb8572f3d08e1793b1293.tar.gz
busybox-w32-dabdd6500eaa6fa2bfaeb8572f3d08e1793b1293.tar.bz2
busybox-w32-dabdd6500eaa6fa2bfaeb8572f3d08e1793b1293.zip
Fixed version number
git-svn-id: svn://busybox.net/trunk/busybox@53 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 912c439aa..9701f4f0a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
17 17
18 18
19PROG=busybox 19PROG=busybox
20VERSION=0.30 20VERSION=0.31
21BUILDTIME=$(shell date "+%Y%m%d-%H%M") 21BUILDTIME=$(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