summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/version.h
diff options
context:
space:
mode:
authorXavier Simonart <xavier.simonart@intel.com>2020-01-29 13:11:00 +0100
committerXavier Simonart <xavier.simonart@intel.com>2020-01-29 13:11:00 +0100
commit60f6a33874b52e2749883ea8c84b46fa0c3adf99 (patch)
tree6a5761ab17d47cbda7dc23b3d0a961c38a2fe5b6 /VNFs/DPPD-PROX/version.h
parent2cd03b79c4415b5b300bc9f3dde7057e2d31b2a2 (diff)
Update PROX version to (preprod) 1908 to reflect DPDK 19.08 support
Change-Id: I04e0bdc6679a74a8ace26eb30d6f8d2857d6c1c7 Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/version.h')
-rw-r--r--VNFs/DPPD-PROX/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/version.h b/VNFs/DPPD-PROX/version.h
index 171acc9c..727b2b80 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 1905 // 19.05 i.e. May 2019
+#define VERSION_MINOR 1908 // 19.08 i.e. August 2019
#define VERSION_REV 0
static inline char *VERSION_STR(void)