aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-09 22:18:14 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-09 22:18:14 +0000
commita75e2867435faa68ea03735fe09ad298fa3e4e72 (patch)
tree564226e8d308bfa2c13e4eeec6f980e9aebbea95 /Makefile
parent59aa5703ae2276f33ff75914e79e8197e37287f3 (diff)
downloadbusybox-w32-a75e2867435faa68ea03735fe09ad298fa3e4e72.tar.gz
busybox-w32-a75e2867435faa68ea03735fe09ad298fa3e4e72.tar.bz2
busybox-w32-a75e2867435faa68ea03735fe09ad298fa3e4e72.zip
Bump version number to 0.51
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a796596e..e16c1de95 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
18# 18#
19 19
20PROG := busybox 20PROG := busybox
21VERSION := 0.51pre 21VERSION := 0.51
22BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") 22BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
23export VERSION 23export VERSION
24 24