diff options
Diffstat (limited to 'applets/version.c')
-rw-r--r-- | applets/version.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/applets/version.c b/applets/version.c deleted file mode 100644 index ce75f1ff9..000000000 --- a/applets/version.c +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
2 | /* | ||
3 | * Version stuff. | ||
4 | * | ||
5 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | ||
6 | */ | ||
7 | |||
8 | #include "busybox.h" | ||
9 | |||
10 | #ifndef BB_EXTRA_VERSION | ||
11 | #define BANNER "BusyBox v" BB_VER " (" BB_BT ")" | ||
12 | #else | ||
13 | #define BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")" | ||
14 | #endif | ||
15 | |||
16 | const char BB_BANNER[]=BANNER; | ||
17 | const char * const bb_msg_full_version = BANNER " multi-call binary"; | ||