Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
aae8d364
Commit
aae8d364
authored
Dec 16, 2020
by
wangyongshou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve show version problem
parent
c3c9d3f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/Buptvppe/pre_install.sh
src/Buptvppe/pre_install.sh
+2
-0
src/Buptvppe/src/vpp/app/version.c
src/Buptvppe/src/vpp/app/version.c
+3
-1
No files found.
src/Buptvppe/pre_install.sh
View file @
aae8d364
#!/bin/bash
#!/bin/bash
#tar -zxvf git_bak.tar.gz
#mv ./git_bak/.git ./
...
...
src/Buptvppe/src/vpp/app/version.c
View file @
aae8d364
...
@@ -27,9 +27,11 @@
...
@@ -27,9 +27,11 @@
* dumps, i.e., not in the rodata segment
* dumps, i.e., not in the rodata segment
*/
*/
#define VPP_BUILD_VER_ADD "20.05-rc0~582-g1339dce8f"
/** The image version string */
/** The image version string */
char
*
vpe_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
;
" built by "
VPP_BUILD_USER
" on "
VPP_BUILD_HOST
" at "
VPP_BUILD_DATE
;
/** The name of the compiler */
/** The name of the compiler */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment