From patchwork Fri Jan 13 13:50:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 91429 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp198284qgi; Fri, 13 Jan 2017 05:51:21 -0800 (PST) X-Received: by 10.200.40.38 with SMTP id 35mr16925365qtq.216.1484315481418; Fri, 13 Jan 2017 05:51:21 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id e129si8433760qkd.284.2017.01.13.05.51.20; Fri, 13 Jan 2017 05:51:21 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id C887C60C38; Fri, 13 Jan 2017 13:51:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id BDF4860A7E; Fri, 13 Jan 2017 13:51:16 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 1780860B29; Fri, 13 Jan 2017 13:51:15 +0000 (UTC) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by lists.linaro.org (Postfix) with ESMTPS id F13A9608AC for ; Fri, 13 Jan 2017 13:51:11 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id z134so34435971lff.3 for ; Fri, 13 Jan 2017 05:51:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=hsK2g7Nm+IKTxWS8xg3dszay9xnd4vlQaCqE60oWVBU=; b=Q8Xc7pF5fPgMRIXEWQNVBy2/uMrRah5HhTbp+xjrzI/yGvDlgiSnqJe39pXV9+uy9M Dal7ZiQQkWV+w3fAl2HO+laCXJVSZmQnHQMgRFUgQLjXGE/b+six+6B6GSGKaW3g8bur KmUmXEiXWINiDWdaKdLBkDChDwcuNhml7BucaAUUFYuOwXzPCYQEhfp2hM81Zhrg0I4p 68vZEfLuHVUX/EpNFOwrFlisi6zhA2hgkaJ8/o9gSkYLxLRX7FBph51fpJotjN9V+vzQ bhD7WsDO4BtpKsOfFd/zaoS359Asy7/N2PG47+QNTpPi+Or9Bhsua8tl5/1F5yr0tO0/ tNXg== X-Gm-Message-State: AIkVDXJHNSXJUT2JEJhCsNkoT3NIB2FfX14leLuPqGWoLd5v2uqi2eSjNde70tVE7MxreUmmAUU= X-Received: by 10.46.72.17 with SMTP id v17mr7202149lja.5.1484315470807; Fri, 13 Jan 2017 05:51:10 -0800 (PST) Received: from localhost.localdomain (ppp46-138-200-109.pppoe.spdop.ru. [46.138.200.109]) by smtp.gmail.com with ESMTPSA id 70sm3853988lfw.11.2017.01.13.05.51.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 Jan 2017 05:51:10 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Fri, 13 Jan 2017 16:50:36 +0300 Message-Id: <20170113135036.9506-1-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.11.0.295.gd7dffce Subject: [lng-odp] [PATCH] configure.ac: update version number from v12.0.0 to v13.0.0 X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" libodp has new interfaces. helper has only source code changes. Signed-off-by: Maxim Uvarov --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.11.0.295.gd7dffce diff --git a/configure.ac b/configure.ac index 3a209597..729c1267 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.5]) # Set correct API version ########################################################################## m4_define([odpapi_generation_version], [1]) -m4_define([odpapi_major_version], [12]) +m4_define([odpapi_major_version], [13]) m4_define([odpapi_minor_version], [0]) m4_define([odpapi_point_version], [0]) m4_define([odpapi_version], @@ -38,10 +38,10 @@ AM_SILENT_RULES([yes]) # 3. if interfaces were removed, then use C+1:0:0 ########################################################################## -ODP_LIBSO_VERSION=112:0:0 +ODP_LIBSO_VERSION=113:0:0 AC_SUBST(ODP_LIBSO_VERSION) -ODPHELPER_LIBSO_VERSION=110:1:1 +ODPHELPER_LIBSO_VERSION=110:2:1 AC_SUBST(ODPHELPER_LIBSO_VERSION) # Checks for programs.