diff options
author | Ferruh Yigit <ferruh.yigit@intel.com> | 2016-07-29 13:46:43 +0100 |
---|---|---|
committer | Ferruh Yigit <ferruh.yigit@intel.com> | 2016-07-29 14:07:13 +0100 |
commit | 9dc9811aa94f6a4edf0c348a17a73cac63be9e6b (patch) | |
tree | 5980a88bcb36970a7ed7d8278c3517f1ea0caa18 | |
parent | ebb662d41f99544fcf1453e4e64d7925da0b0e08 (diff) | |
download | spp-16.07.zip spp-16.07.tar.gz spp-16.07.tar.xz |
version: 16.07v16.07
Initial version is v16.07
This is to show compatibility with DPDK16.07
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION = +VERSION = 16.07 ifeq ($(RTE_SDK),) $(error "Please define RTE_SDK environment variable") |