diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-10-17 08:50:34 +0530 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-10-16 20:26:16 -0700 |
commit | f1b9f9ec7392af76ecb02577cb96130df987ec9d (patch) | |
tree | 22448ef0002c20fc3acc71ab4653f4e44dd16064 /common | |
parent | 472b1d330a6b9fe8ff69bb64dd86b788112b888d (diff) |
Fix udp replay issue
Change-Id: Ibb269fdf4e2bccb56d96d1788ba62ebfcc96d267
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/vnf_common/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vnf_common/version.h b/common/vnf_common/version.h index 00d8f458..e6a7e46b 100644 --- a/common/vnf_common/version.h +++ b/common/vnf_common/version.h @@ -22,7 +22,7 @@ /* PROGRAM_NAME defined through Makefile */ #define VERSION_MAJOR 0 -#define VERSION_MINOR 39 +#define VERSION_MINOR 1 #define VERSION_REV 0 #if VERSION_REV > 0 |