diff options
author | Thomas Monjalon <thomas.monjalon@6wind.com> | 2014-02-26 10:41:50 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas.monjalon@6wind.com> | 2014-02-26 10:42:17 +0100 |
commit | 6aab97f1a4c0bb8222218c73aed76f31ecd7440a (patch) | |
tree | c49529461853a1edd9117d408e5597fc83f9979f | |
parent | 941b3d621e0d09553ead1429d4430e4208e832ce (diff) | |
download | dpdk-1.5.2r2.zip dpdk-1.5.2r2.tar.gz dpdk-1.5.2r2.tar.xz |
version: 1.5.2r2v1.5.2r2
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
-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 baa19e8..3a15104 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 |