diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-10-17 10:37:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-17 10:37:23 +0000 |
commit | e511ac90dd0415ae4c57e6b0c706cfb8a051c081 (patch) | |
tree | fee04caee2abdcb56b325ac38a1b6b89b3b5f729 /common/vnf_common | |
parent | f778dd110d907a05c8279d97839a652ae4a84796 (diff) | |
parent | f1b9f9ec7392af76ecb02577cb96130df987ec9d (diff) |
Merge "Fix udp replay issue" into stable/euphrates
Diffstat (limited to 'common/vnf_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 |