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:24:51 -0700 |
commit | 10c3e20c6c70cf8ea232f2e0e29440933e53c448 (patch) | |
tree | fee04caee2abdcb56b325ac38a1b6b89b3b5f729 /common/vnf_common/version.h | |
parent | 9dae4a62e3405311151e164d25e6d93d6a707726 (diff) |
Fix udp replay issue
Change-Id: I6b78044beb21fdf07ad70d22c81bcca6ca955e63
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'common/vnf_common/version.h')
-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 |