diff options
| author | Thomas Monjalon <[email protected]> | 2017-10-27 01:39:36 +0200 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2017-10-27 01:40:22 +0200 |
| commit | 8ced1542f7a356097c0b24bd1e08db670ff31b92 (patch) | |
| tree | a5fce1f72fba8b7f05e23fdf84f06d8a53d5f6f3 | |
| parent | 6963ae8b7c703e27ac1fbfaca8c0e9b935879ec1 (diff) | |
version: 17.11-rc2v17.11-rc2
Signed-off-by: Thomas Monjalon <[email protected]>
| -rw-r--r-- | lib/librte_eal/common/include/rte_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_eal/common/include/rte_version.h b/lib/librte_eal/common/include/rte_version.h index 5923744277..2801beeec1 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -78,7 +78,7 @@ extern "C" { * 0-15 = release candidates * 16 = release */ -#define RTE_VER_RELEASE 1 +#define RTE_VER_RELEASE 2 /** * Macro to compute a version number usable for comparisons |
