summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-08-10 13:07:52 +0300
committerHanoh Haim <hhaim@cisco.com>2015-08-10 13:07:52 +0300
commit7b14c711a7fe518bff6e1abcfe00d0aa2a46a28b (patch)
tree11582b29c91cf0ddd1f86d8bed3dd51907ffe8ca
parentb77e4ab7fc3845efe0769723cadb007c3577ae1e (diff)
minor : fix version id
-rwxr-xr-xsrc/main_dpdk.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index a0258ef1..f46df37c 100755
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -71,8 +71,6 @@ extern "C" {
#include "utl_term_io.h"
#include "msg_manager.h"
#include "platform_cfg.h"
-
-#define VERSION "1.73"
#define RX_CHECK_MIX_SAMPLE_RATE 8
@@ -4394,7 +4392,7 @@ int main_test(int argc , char * argv[]){
int ret;
unsigned lcore_id;
- printf("Starting TRex %s please wait ... \n",VERSION);
+ printf("Starting TRex %s please wait ... \n",VERSION_BUILD_NUM);
CGlobalInfo::m_options.preview.clean();