diff options
| author | Thomas Monjalon <[email protected]> | 2013-12-20 14:20:05 +0100 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2014-01-02 16:03:19 +0100 |
| commit | 142dfe1eedb215bd2a0762afcc65ef5a7fba10aa (patch) | |
| tree | 33f63bb8fb7f17c7feb76aa72f3d6f71f1b035d7 | |
| parent | 63f7065884090a017959167d881e7788b1f4f2f5 (diff) | |
version: 1.5.1r2v1.5.1r2
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 efcc7550be..2d9d22ea09 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 1 +#define RTE_VER_PATCH_RELEASE 2 /** * Macro to compute a version number usable for comparisons |
