diff options
author | Xavier Simonart <xavier.simonart@intel.com> | 2020-01-31 18:20:15 +0100 |
---|---|---|
committer | Patrice Buriez <patrice.buriez@intel.com> | 2020-04-20 18:34:21 +0000 |
commit | b4274493514c4467dbc6812afff30bcfe43407a5 (patch) | |
tree | bbedc60034da8aa7f920809158200881fbd9aa3b /VNFs/DPPD-PROX/version.h | |
parent | a9f2cbbc2d12d6c767341e675adc5921c39c21a9 (diff) |
Added support for DPDK 19.11
Change-Id: I58fa7a0ab7aaa27e9f9383f7995bb71bf0952618
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/version.h')
-rw-r--r-- | VNFs/DPPD-PROX/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/version.h b/VNFs/DPPD-PROX/version.h index 727b2b80..fd52ba4b 100644 --- a/VNFs/DPPD-PROX/version.h +++ b/VNFs/DPPD-PROX/version.h @@ -19,7 +19,7 @@ /* PROGRAM_NAME defined through Makefile */ #define VERSION_MAJOR 0 // Pre-production -#define VERSION_MINOR 1908 // 19.08 i.e. August 2019 +#define VERSION_MINOR 1911 // 19.11 i.e. Nov 2019 #define VERSION_REV 0 static inline char *VERSION_STR(void) |