diff options
| author | Bruce Richardson <[email protected]> | 2014-02-05 12:39:22 +0000 |
|---|---|---|
| committer | David Marchand <[email protected]> | 2014-02-26 10:47:59 +0100 |
| commit | dc76ed247894bc28113025243ea18e9dab0f1375 (patch) | |
| tree | 66dc22bf24cc82c4fbc0cf69f1cc60dc8cb0d6c6 | |
| parent | 06371afe394d465e588392c045dd2be74b7cc2ac (diff) | |
version: 1.6.0v1.6.0r0
Signed-off-by: Bruce Richardson <[email protected]>
| -rw-r--r-- | lib/librte_eal/common/include/rte_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 5b716262a3..79ff2ea8ff 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -59,12 +59,12 @@ extern "C" { /** * Minor version number i.e. the y in x.y.z */ -#define RTE_VER_MINOR 5 +#define RTE_VER_MINOR 6 /** * Patch level number i.e. the z in x.y.z */ -#define RTE_VER_PATCH_LEVEL 2 +#define RTE_VER_PATCH_LEVEL 0 /** * Extra string to be appended to version number, |
