version: 2.0.0
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
6e4eb077e7
commit
493db80afd
@ -31,7 +31,7 @@
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
Package Version: 1.8
|
||||
Package Version: 2.0
|
||||
|
||||
|today|
|
||||
|
||||
|
@ -32,7 +32,7 @@ Description of Release
|
||||
======================
|
||||
|
||||
These release notes cover the new features,
|
||||
fixed bugs and known issues for Data Plane Development Kit (DPDK) release version 1.7.0.
|
||||
fixed bugs and known issues for Data Plane Development Kit (DPDK) release version 2.0.0.
|
||||
|
||||
For instructions on compiling and running the release, see the *DPDK Getting Started Guide*.
|
||||
|
||||
|
@ -70,14 +70,14 @@ extern "C" {
|
||||
/**
|
||||
* Extra string to be appended to version number
|
||||
*/
|
||||
#define RTE_VER_SUFFIX "-rc"
|
||||
#define RTE_VER_SUFFIX ""
|
||||
|
||||
/**
|
||||
* Patch release number
|
||||
* 0-15 = release candidates
|
||||
* 16 = release
|
||||
*/
|
||||
#define RTE_VER_PATCH_RELEASE 3
|
||||
#define RTE_VER_PATCH_RELEASE 16
|
||||
|
||||
/**
|
||||
* Macro to compute a version number usable for comparisons
|
||||
|
@ -30,7 +30,7 @@
|
||||
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
Name: dpdk
|
||||
Version: 1.8.0
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Packager: packaging@6wind.com
|
||||
URL: http://dpdk.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user