Commit aae8d364 authored by wangyongshou's avatar wangyongshou

resolve show version problem

parent c3c9d3f8
#!/bin/bash
#tar -zxvf git_bak.tar.gz
#mv ./git_bak/.git ./
......
......@@ -27,9 +27,11 @@
* dumps, i.e., not in the rodata segment
*/
#define VPP_BUILD_VER_ADD "20.05-rc0~582-g1339dce8f"
/** The image version string */
char *vpe_version_string =
"vpp v" VPP_BUILD_VER
"vpp v" VPP_BUILD_VER_ADD
" built by " VPP_BUILD_USER " on " VPP_BUILD_HOST " at " VPP_BUILD_DATE;
/** The name of the compiler */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment