diff options
| author | Thomas Monjalon <[email protected]> | 2014-01-16 14:09:54 +0100 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2014-01-16 14:09:54 +0100 |
| commit | 9d342a48be2ffc2aa3f2a0ebb1a00d08c85dfdc6 (patch) | |
| tree | 9cfa1bbc0e7b781c83c08a483a05940ac82d2ab4 | |
| parent | bf77e5a9db32007e93f98a018b22ee409f6fd2c4 (diff) | |
version: 1.5.2r1v1.5.2r1
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 a4e5d1ef13..baa19e8b60 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -69,7 +69,7 @@ extern "C" { /** * Patch release number i.e. the w in x.y.zrw */ -#define RTE_VER_PATCH_RELEASE 0 +#define RTE_VER_PATCH_RELEASE 1 /** * Macro to compute a version number usable for comparisons |
