aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h
index d4a57732d..ebbe759e2 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -31,6 +31,8 @@
#include <sys/stat.h>
#include <sys/types.h>
+#define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")"
+
#ifdef DMALLOC
#include "dmalloc.h"
#endif