aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-20 23:22:29 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-20 23:22:29 +0000
commit2daa84b4b3f9db78ef92b8582f86143345a6c5c4 (patch)
tree3f8a84114f7f85f1ab020410b22f2a88e0b5f281 /Makefile
parente34acd2ef2940f2e9bb42b05ed0c286ae43946b8 (diff)
downloadbusybox-w32-2daa84b4b3f9db78ef92b8582f86143345a6c5c4.tar.gz
busybox-w32-2daa84b4b3f9db78ef92b8582f86143345a6c5c4.tar.bz2
busybox-w32-2daa84b4b3f9db78ef92b8582f86143345a6c5c4.zip
Bump the version number to 0.49pre
git-svn-id: svn://busybox.net/trunk/busybox@1484 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 5de1c504a..ec2ffa6df 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
19# 19#
20 20
21PROG := busybox 21PROG := busybox
22VERSION := 0.48 22VERSION := 0.49pre
23BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") 23BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
24export VERSION 24export VERSION
25 25