From f40d58e66d888b3cfbc9e53b676cd0134b563cf3 Mon Sep 17 00:00:00 2001 From: bug1 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. git-svn-id: svn://busybox.net/trunk/busybox@8277 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/busybox.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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-55-g6feb