diff options
| author | Thomas Monjalon <[email protected]> | 2018-02-01 03:09:10 +0100 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2018-02-01 03:31:52 +0100 |
| commit | 78f1468e21ec2deabc8bf849e9b27ee026b1fc5d (patch) | |
| tree | 12df43ad1cfd84537ad5820f79769a601797c3bd | |
| parent | 20d469eff3a86e165c6a060aef855b79fe22a95b (diff) | |
version: 18.02-rc2v18.02-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 bd20dc6362..e9287193ad 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -49,7 +49,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 |
