aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-21 22:50:59 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-21 22:50:59 +0000
commitc6cdf5874751556c938242819eaa38b30508a20d (patch)
tree5e66e9c0fda63c04044cbf05d26fb116a174f44a /Makefile
parent07edff4ba4b588b327be04116ed51f8908e3ba56 (diff)
downloadbusybox-w32-c6cdf5874751556c938242819eaa38b30508a20d.tar.gz
busybox-w32-c6cdf5874751556c938242819eaa38b30508a20d.tar.bz2
busybox-w32-c6cdf5874751556c938242819eaa38b30508a20d.zip
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 @@
19# 19#
20 20
21PROG := busybox 21PROG := busybox
22VERSION := 0.44 22VERSION := 0.45
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