From c187a8d297492a2414451d790988dd0ae0088bc6 Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Sun, 13 Oct 2019 00:31:39 +0200 Subject: Update PROX version to (preprod) 1905 to reflect DPDK 19.05 support Change-Id: I7ae7d9f2f5f3058df032062e0b2f6e3207086930 Signed-off-by: Xavier Simonart --- VNFs/DPPD-PROX/README | 4 ++-- VNFs/DPPD-PROX/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VNFs/DPPD-PROX/README b/VNFs/DPPD-PROX/README index 229ee247..8f2b775b 100644 --- a/VNFs/DPPD-PROX/README +++ b/VNFs/DPPD-PROX/README @@ -1,5 +1,5 @@ ## -## Copyright (c) 2010-2017 Intel Corporation +## Copyright (c) 2010-2019 Intel Corporation ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ finer grained network functions like QoS, Routing, load-balancing... Compiling and running this application -------------------------------------- This application supports DPDK 16.04, 16.11, 16.11.1, 17.02, 17.05, 17.08, -17.11, 18.02, 18.05 and 18.08. +17.11, 18.02, 18.05, 18.08, 18.11, 19.02 and 19.05. The following commands assume that the following variables have been set: diff --git a/VNFs/DPPD-PROX/version.h b/VNFs/DPPD-PROX/version.h index a9f46b66..171acc9c 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 1904 // 19.04 i.e. April 2019 +#define VERSION_MINOR 1905 // 19.05 i.e. May 2019 #define VERSION_REV 0 static inline char *VERSION_STR(void) -- cgit 1.2.3-korg