diff options
| author | Thomas Monjalon <[email protected]> | 2013-09-13 16:39:59 +0200 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2013-09-16 15:05:27 +0200 |
| commit | fc2f3f6d74b7ae6ed2c71545f3e282edd1b98449 (patch) | |
| tree | e86b447e20c036c4f772eb10b03f62c7e7e5fabc | |
| parent | b3ebd0038e20fbe2554b6a6de9d9150e9747c79c (diff) | |
lib: set version 1.3.1r3v1.3.1r3
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 b1574c165d..7ab73a7440 100644 --- a/lib/librte_eal/common/include/rte_version.h +++ b/lib/librte_eal/common/include/rte_version.h @@ -70,7 +70,7 @@ extern "C" { /** * Patch release number i.e. the w in x.y.zrw */ -#define RTE_VER_PATCH_RELEASE 2 +#define RTE_VER_PATCH_RELEASE 3 /** * Macro to compute a version number usable for comparisons |
