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-06-22 02:50:59 +0400
committerEric Andersen <andersen@codepoet.org>2000-06-22 02:50:59 +0400
commitc6cdf5874751556c938242819eaa38b30508a20d (patch)
tree5e66e9c0fda63c04044cbf05d26fb116a174f44a /Makefile
parent07edff4ba4b588b327be04116ed51f8908e3ba56 (diff)
Bump version number to 0.45
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f5b82e39..f44790c80 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
PROG := busybox
-VERSION := 0.44
+VERSION := 0.45
BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
export VERSION