git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9787d22
)
version: 1.5.0-pre-release
author
Intel
<intel.com>
Wed, 18 Sep 2013 10:00:00 +0000
(12:00 +0200)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Wed, 9 Oct 2013 14:16:16 +0000
(16:16 +0200)
Signed-off-by: Intel
lib/librte_eal/common/include/rte_version.h
patch
|
blob
|
history
diff --git
a/lib/librte_eal/common/include/rte_version.h
b/lib/librte_eal/common/include/rte_version.h
index
c22019a
..
9326687
100644
(file)
--- a/
lib/librte_eal/common/include/rte_version.h
+++ b/
lib/librte_eal/common/include/rte_version.h
@@
-59,18
+59,18
@@
extern "C" {
/**
* Minor version number i.e. the y in x.y.z
*/
-#define RTE_VER_MINOR
4
+#define RTE_VER_MINOR
5
/**
* Patch level number i.e. the z in x.y.z
*/
-#define RTE_VER_PATCH_LEVEL
1
+#define RTE_VER_PATCH_LEVEL
0
/**
* Extra string to be appended to version number,
* for example: pre1, EAR, final etc.
*/
-#define RTE_VER_SUFFIX ""
+#define RTE_VER_SUFFIX "
pre-release
"
/**
* Function returning string of version number: "RTE x.y.z"