aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-20 23:22:29 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-20 23:22:29 +0000
commita6cd07099d250ac4f0a7e88084d0470390405635 (patch)
tree3f8a84114f7f85f1ab020410b22f2a88e0b5f281 /Makefile
parente111d69ca27a39d0a1eaf02617912092bc929c30 (diff)
downloadbusybox-w32-a6cd07099d250ac4f0a7e88084d0470390405635.tar.gz
busybox-w32-a6cd07099d250ac4f0a7e88084d0470390405635.tar.bz2
busybox-w32-a6cd07099d250ac4f0a7e88084d0470390405635.zip
Bump the version number to 0.49pre
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