Patch from Jason Schoon to add optional SIGUSR1 support to dd.
[oweals/busybox.git] / applets / version.c
1 #include "busybox.h"
2
3 #ifndef BB_EXTRA_VERSION
4 #define BANNER "BusyBox v" BB_VER " (" BB_BT ")"
5 #else
6 #define BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")"
7 #endif
8
9 const char BB_BANNER[]=BANNER;
10 const char * const bb_msg_full_version = BANNER " multi-call binary";