diff options
| author | Thomas Monjalon <[email protected]> | 2013-11-24 21:49:27 +0100 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2013-11-24 21:49:27 +0100 |
| commit | 90651b8317d13ca74ea1f6cfda79e86f6e77bf99 (patch) | |
| tree | 177f9da75007ee3ab9eddca940e37e2a8bd37d9b | |
| parent | 9afdc90105ac5ad9e2840a0b11143cb75991def8 (diff) | |
version: 1.5.1r1v1.5.1r1
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 43a1babf1b..efcc7550be 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 |
