Update PROX version to (preprod) 1908 to reflect DPDK 19.08 support 00/69600/1
authorXavier Simonart <xavier.simonart@intel.com>
Wed, 29 Jan 2020 12:11:00 +0000 (13:11 +0100)
committerXavier Simonart <xavier.simonart@intel.com>
Wed, 29 Jan 2020 12:11:00 +0000 (13:11 +0100)
Change-Id: I04e0bdc6679a74a8ace26eb30d6f8d2857d6c1c7
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
VNFs/DPPD-PROX/README
VNFs/DPPD-PROX/version.h

index b4ccc2e..1e4b358 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## Copyright (c) 2010-2019 Intel Corporation
+## Copyright (c) 2010-2020 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, 18.08, 18.11, 19.02 and 19.05.
+17.11, 18.02, 18.05, 18.08, 18.11, 19.02, 19.05 and 19.08.
 
 The following commands assume that the following variables have been set:
 
index 171acc9..727b2b8 100644 (file)
@@ -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)