version: 16.07.0
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 28 Jul 2016 18:48:41 +0000 (20:48 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 28 Jul 2016 18:48:41 +0000 (20:48 +0200)
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/common/include/rte_version.h
pkg/dpdk.spec

index 1e14761..615deb7 100644 (file)
@@ -70,14 +70,14 @@ extern "C" {
 /**
  * Extra string to be appended to version number
  */
-#define RTE_VER_SUFFIX "-rc"
+#define RTE_VER_SUFFIX ""
 
 /**
  * Patch release number
  *   0-15 = release candidates
  *   16   = release
  */
-#define RTE_VER_RELEASE 5
+#define RTE_VER_RELEASE 16
 
 /**
  * Macro to compute a version number usable for comparisons
index 953f46c..b594e58 100644 (file)
@@ -30,7 +30,7 @@
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Name: dpdk
-Version: 16.04
+Version: 16.07
 Release: 1
 Packager: packaging@6wind.com
 URL: http://dpdk.org
@@ -82,7 +82,6 @@ sed -ri 's,(RTE_NEXT_ABI=).*,\1n,'         %{target}/.config
 sed -ri 's,(LIBRTE_VHOST=).*,\1y,'         %{target}/.config
 sed -ri 's,(LIBRTE_PMD_PCAP=).*,\1y,'      %{target}/.config
 sed -ri 's,(LIBRTE_PMD_XENVIRT=).*,\1y,'   %{target}/.config
-sed -ri 's,(LIBRTE_XEN_DOM0=).*,\1y,'      %{target}/.config
 make O=%{target} %{?_smp_mflags}
 make O=%{target} doc