svn commit: trunk/busybox/applets

vodz at busybox.net vodz at busybox.net
Thu Feb 16 15:41:13 UTC 2006


Author: vodz
Date: 2006-02-16 07:41:12 -0800 (Thu, 16 Feb 2006)
New Revision: 14081

Log:
forgoten new file for 14080 revison

Added:
   trunk/busybox/applets/version.c


Changeset:
Added: trunk/busybox/applets/version.c
===================================================================
--- trunk/busybox/applets/version.c	2006-02-16 15:40:24 UTC (rev 14080)
+++ trunk/busybox/applets/version.c	2006-02-16 15:41:12 UTC (rev 14081)
@@ -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";




More information about the busybox-cvs mailing list