forgoten new file for 14080 revison
This commit is contained in:
parent
dd1ccddf1b
commit
eaa3b29a6d
1 changed files with 10 additions and 0 deletions
10
applets/version.c
Normal file
10
applets/version.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "busybox.h"
|
||||
|
||||
#ifndef BB_EXTRA_VERSION
|
||||
#define BANNER "BusyBox v" BB_VER " (" BB_BT ")"
|
||||
#else
|
||||
#define BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")"
|
||||
#endif
|
||||
|
||||
const char BB_BANNER[]=BANNER;
|
||||
const char * const bb_msg_full_version = BANNER " multi-call binary";
|
Loading…
Add table
Add a link
Reference in a new issue