From patchwork Wed Nov 30 14:57:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 85884 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp263902qgi; Wed, 30 Nov 2016 06:59:09 -0800 (PST) X-Received: by 10.237.62.38 with SMTP id l35mr29228847qtf.175.1480517949361; Wed, 30 Nov 2016 06:59:09 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id c6si30468874qtb.27.2016.11.30.06.59.09; Wed, 30 Nov 2016 06:59:09 -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 dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id F34716092E; Wed, 30 Nov 2016 14:59:08 +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 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 9291B62C5A; Wed, 30 Nov 2016 14:58:31 +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 8721A6092E; Wed, 30 Nov 2016 14:57:51 +0000 (UTC) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by lists.linaro.org (Postfix) with ESMTPS id 0D67F60D71 for ; Wed, 30 Nov 2016 14:57:48 +0000 (UTC) Received: by mail-lf0-f41.google.com with SMTP id c13so148420769lfg.0 for ; Wed, 30 Nov 2016 06:57:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=33EMIAt/9ZDlEef/h6LPudg5USMGBxbbYGAuFfmVl3I=; b=a0Jk6nUJIjTwbI4/YBu1LwutSGvChth2ao+sqUslU1Q28jk4Q69/LQ8EaoK24G+w+n gSqwVC1wFndDm4zDOQwE6xXV/ZuqsWf0ac+NTU7rLc3Nxl6sh6i7J+QilAXp6Gi8l80C dFvZ4KMYxUEgsjvUtTAhq+5HQQT1GOtNWZ48YoqARu9CsRoyruyF/Eagkr7nJZbja6EV FFG+m8psl6BSJdHiMXgYS5/cBi0iJD6i/g8E3x4flKQCNBmmBbDVFJG3tsNj37VROlsv 4xl+LZsv23oD3C/I6HULFtwr1xutkU3yY7s9zrTKkzQMwm8SqXoVGFYeYxrG6NcTITfS JUyg== X-Gm-Message-State: AKaTC02B9siTLrmiWC/LrtRrNtZA0QMvbpmkQbN5pSTF5GUZWX50hXakpUCIsTWPvpiw74Wm9JI= X-Received: by 10.25.44.145 with SMTP id s139mr12680979lfs.176.1480517866856; Wed, 30 Nov 2016 06:57:46 -0800 (PST) Received: from localhost.localdomain (ppp91-77-165-188.pppoe.mtu-net.ru. [91.77.165.188]) by smtp.gmail.com with ESMTPSA id x142sm14336651lfa.32.2016.11.30.06.57.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 30 Nov 2016 06:57:46 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Wed, 30 Nov 2016 17:57:28 +0300 Message-Id: <1480517848-4037-4-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 In-Reply-To: <1480517848-4037-1-git-send-email-maxim.uvarov@linaro.org> References: <1480517848-4037-1-git-send-email-maxim.uvarov@linaro.org> Subject: [lng-odp] [PATCHv9 3/3] configure.ac update version numbers 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" Default is abi compat mode, all interface functions changed, so increase first number of .so Signed-off-by: Maxim Uvarov --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.7.1.250.gff4ea60 diff --git a/configure.ac b/configure.ac index b460a65..5da42eb 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], [11]) +m4_define([odpapi_major_version], [12]) m4_define([odpapi_minor_version], [0]) m4_define([odpapi_point_version], [0]) m4_define([odpapi_version], @@ -30,10 +30,10 @@ AM_SILENT_RULES([yes]) ########################################################################## # Set correct platform library version ########################################################################## -ODP_LIBSO_VERSION=111:0:0 +ODP_LIBSO_VERSION=112:0:0 AC_SUBST(ODP_LIBSO_VERSION) -ODPHELPER_LIBSO_VERSION=110:0:1 +ODPHELPER_LIBSO_VERSION=111:1:2 AC_SUBST(ODPHELPER_LIBSO_VERSION) # Checks for programs.