diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-11 18:18:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-11 18:18:40 +0000 |
commit | aec27bca9840e132c2f067c23745f02bd3c7bb45 (patch) | |
tree | 6c6c8ef6beed3fb4cad5f7c8e5b1203fceb92843 /Makefile | |
parent | 960be79964738d18d137ae0188df3b41f3d2ec75 (diff) | |
download | busybox-w32-0_46.tar.gz busybox-w32-0_46.tar.bz2 busybox-w32-0_46.zip |
Final updates for release.0_46
-Erik
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ | |||
19 | # | 19 | # |
20 | 20 | ||
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.45 | 22 | VERSION := 0.46 |
23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") |
24 | export VERSION | 24 | export VERSION |
25 | 25 | ||