summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/version.h
diff options
context:
space:
mode:
authorXavier Simonart <xavier.simonart@intel.com>2020-01-31 16:54:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-01-31 16:54:54 +0000
commitb71a4cfd39acd385a8ac80bdae4cb83064cc5e25 (patch)
treef5af7d80b418df07faabb185d1df38918ca1b2e8 /VNFs/DPPD-PROX/version.h
parentd6e552774d85f07ec1a1195e06842daab3c1ef4f (diff)
parent60f6a33874b52e2749883ea8c84b46fa0c3adf99 (diff)
Merge "Update PROX version to (preprod) 1908 to reflect DPDK 19.08 support"
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)