From patchwork Wed Mar 1 14:37:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 94702 Delivered-To: patch@linaro.org Received: by 10.140.20.113 with SMTP id 104csp1823536qgi; Wed, 1 Mar 2017 06:37:56 -0800 (PST) X-Received: by 10.237.62.130 with SMTP id n2mr11126077qtf.40.1488379076184; Wed, 01 Mar 2017 06:37:56 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id l29si4369059qta.50.2017.03.01.06.37.55; Wed, 01 Mar 2017 06:37:56 -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 7244462DC5; Wed, 1 Mar 2017 14:37:55 +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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, 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 A12B6607A7; Wed, 1 Mar 2017 14:37:51 +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 E98B560A17; Wed, 1 Mar 2017 14:37:49 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by lists.linaro.org (Postfix) with ESMTPS id A185E60686 for ; Wed, 1 Mar 2017 14:37:48 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id z127so20375794lfa.2 for ; Wed, 01 Mar 2017 06:37:48 -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=72RUtW7iyxqX/a0oXd/5CrUQX+fps7HbqtfJFsizMOY=; b=UPE6dQCPzCj28bmLksoF9abDaQXcVcnAZhWE2nWSSx0fCQ79fgsnJyslAuwmJDmCWN EQVLhJb8xQUcbuHfapg4YqrM/GgsobBJqavX0ZDzGnfxar40ijI8+hHM8WOlk+PiiDr2 QOy/+CKNZcHyvIVvqpvVxbtBGL1Yck1ZX/ehGXHKLZcE8yMup1CiUORuKU79denKbeT0 vPnOcDXXRKtmQFYg0ZodcQBYsi/f//He1o/JjFkGFXzmlrxX8MKfNDXR2IESf6KDVB/D W4GE/uEU+o4FNXsngTOlCPtjSqhNG604DpKD0v7fD4B+bMxWkaHxwVkYybYVZzatdaEj BO3w== X-Gm-Message-State: AMke39mIgK80Krh3c/jOzgOz113qV+a3PnGTjHs7uaQLzYPUguWsorNySxZeRdq6HJUaT0+XDc4= X-Received: by 10.46.14.1 with SMTP id 1mr2986231ljo.60.1488379067452; Wed, 01 Mar 2017 06:37:47 -0800 (PST) Received: from localhost.localdomain (ppp95-165-131-83.pppoe.spdop.ru. [95.165.131.83]) by smtp.gmail.com with ESMTPSA id l126sm1087069lfg.69.2017.03.01.06.37.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 01 Mar 2017 06:37:46 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Wed, 1 Mar 2017 17:37:34 +0300 Message-Id: <20170301143734.22141-1-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.11.0.295.gd7dffce Subject: [lng-odp] [NEXT PATCH] update API version number from v1.13.0.0 to v1.14.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" Signed-off-by: Maxim Uvarov --- abi change report is here: http://people.linaro.org/~maxim.uvarov/ configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.11.0.295.gd7dffce Reviewed-by: Bill Fischofer diff --git a/configure.ac b/configure.ac index d344e6ad..1f9e5cfa 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], [13]) +m4_define([odpapi_major_version], [14]) 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=113:0:0 +ODP_LIBSO_VERSION=114:0:1 AC_SUBST(ODP_LIBSO_VERSION) -ODPHELPER_LIBSO_VERSION=111:0:2 +ODPHELPER_LIBSO_VERSION=112:0:0 AC_SUBST(ODPHELPER_LIBSO_VERSION) # Checks for programs.