aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/app/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpp/app/version.c')
-rw-r--r--vpp/app/version.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/vpp/app/version.c b/vpp/app/version.c
index 354c0296..f6aaa0be 100644
--- a/vpp/app/version.c
+++ b/vpp/app/version.c
@@ -16,8 +16,11 @@
#include <app/version.h>
static char * vpe_version_string =
-"vpp v" VPP_BUILD_VER " built by " VPP_BUILD_USER " on " VPP_BUILD_HOST " at " VPP_BUILD_DATE;
-static char * vpe_dir_string = "workspace is " VPP_BUILD_TOPDIR;
+ "vpp v" VPP_BUILD_VER
+ " built by " VPP_BUILD_USER
+ " on " VPP_BUILD_HOST
+ " at " VPP_BUILD_DATE;
+static char * vpe_dir_string = "Built in " VPP_BUILD_TOPDIR;
static clib_error_t *
show_vpe_version_command_fn (vlib_main_t * vm,