From 7c87b67c08b7fe379f203ecdfff6bb7d604719a5 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 13 Jan 2004 10:57:32 +0000 Subject: Patch from Bastian Blank, allow the buildtime to be overriden with a different string, used by the debian busybox-cvs to specify the debian date based version number. --- include/busybox.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/busybox.h') diff --git a/include/busybox.h b/include/busybox.h index aaa844f43..28ea2530f 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -37,7 +37,11 @@ #endif #endif +#ifndef BB_EXTRA_VERSION #define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")" +#else +#define BB_BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")" +#endif #ifdef DMALLOC #include -- cgit v1.2.3