From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4FBFA2674 for ; Wed, 15 Aug 2018 18:53:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Aug 2018 09:53:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,243,1531810800"; d="scan'208";a="82004347" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga001.jf.intel.com with ESMTP; 15 Aug 2018 09:53:13 -0700 From: Ferruh Yigit To: spp@dpdk.org Cc: Ferruh Yigit , ogawa.yasufumi@lab.ntt.co.jp Date: Wed, 15 Aug 2018 18:52:54 +0100 Message-Id: <20180815175254.68339-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH] version: 18.05 X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 16:53:19 -0000 This is to show compatibility with DPDK18.05 Signed-off-by: Ferruh Yigit --- Thanks to Yasufumi for adding v18.05 support. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68ea7d7..5522542 100644 --- a/Makefile +++ b/Makefile @@ -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 = 18.02 +VERSION = 18.05 ifeq ($(RTE_SDK),) $(error "Please define RTE_SDK environment variable") -- 2.17.1