diff options
| author | Thomas Monjalon <[email protected]> | 2016-10-26 23:51:42 +0200 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2016-10-26 23:51:42 +0200 |
| commit | ca41215c051a1f4f6f96e947ccb671dab3509cbf (patch) | |
| tree | 40d7a01d68956e53bf6830c699df1e529a5ffa28 | |
| parent | f146ada21d1ec21f516bc717c8535b05f66457cb (diff) | |
version: 16.11-rc2v16.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 6837779fd1..d3bcf22e36 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 |
