projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd1ccdd
)
forgoten new file for 14080 revison
author
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Thu, 16 Feb 2006 15:41:12 +0000
(15:41 -0000)
committer
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Thu, 16 Feb 2006 15:41:12 +0000
(15:41 -0000)
applets/version.c
[new file with mode: 0644]
patch
|
blob
diff --git a/applets/version.c
b/applets/version.c
new file mode 100644
(file)
index 0000000..
6f6ec24
--- /dev/null
+++ b/
applets/version.c
@@ -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";