Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-21 02:22:29 +0300
committerEric Andersen <andersen@codepoet.org>2000-12-21 02:22:29 +0300
commita6cd07099d250ac4f0a7e88084d0470390405635 (patch)
tree3f8a84114f7f85f1ab020410b22f2a88e0b5f281 /Makefile
parente111d69ca27a39d0a1eaf02617912092bc929c30 (diff)
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 @@
#
PROG := busybox
-VERSION := 0.48
+VERSION := 0.49pre
BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
export VERSION