From patchwork Thu Nov 24 16:03:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 83955 Delivered-To: patch@linaro.org Received: by 10.182.1.168 with SMTP id 8csp238362obn; Thu, 24 Nov 2016 08:05:01 -0800 (PST) X-Received: by 10.55.164.206 with SMTP id n197mr2832534qke.197.1480003501845; Thu, 24 Nov 2016 08:05:01 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 94si15459380qtb.140.2016.11.24.08.05.01; Thu, 24 Nov 2016 08:05:01 -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 51EAD60942; Thu, 24 Nov 2016 16:05:01 +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 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 6152A60959; Thu, 24 Nov 2016 16:03:53 +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 CEB3660A3D; Thu, 24 Nov 2016 16:03:48 +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 8988760942 for ; Thu, 24 Nov 2016 16:03:47 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id c13so31890876lfg.0 for ; Thu, 24 Nov 2016 08:03: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=4JWUvb69cnoGCga20ETTUZlM/J6VaYchCCQUuGFFJn4=; b=K1WVpk7DjpK0vd60SJTV3qpfg9bC8y7zL9K//Ng6N4XpTmmZBRoLHdqUr0EC3GnIsN 7pXJHEtw8BvG85JRki0RTMz1WPcvNPsazfvk+lbgtQdv/X64qz+DJqw2F2upzBSIWNRI P4E4UdN0PNxbE2goYZ0CshZoG3yOfzmBIcGWFyudt2sc9xL/J5QOpWvaCQ5IPt4b6q3/ hyyH7d2bmggbwR1ZOyjA8GZVTxpOQh04m6Fj0DKNE85Cqr6cLbpI8WNVdc5GLRhFIlPh g7WUCyWdnhcYlrCc5eZJdCaAqY4aO/b8A0hejB89lefQ8LKg9zOSCF7AC/sZvrEAF6cl q+zg== X-Gm-Message-State: AKaTC000QIYf+bY/XfEx891quPk1aNwA88+5Pmh5/W5y35KAo0VyytRcZp2dyJU5zg9ce+UzVLc= X-Received: by 10.25.131.144 with SMTP id f138mr1130648lfd.127.1480003426370; Thu, 24 Nov 2016 08:03:46 -0800 (PST) Received: from localhost.localdomain (ppp46-138-205-38.pppoe.spdop.ru. [46.138.205.38]) by smtp.gmail.com with ESMTPSA id h63sm8338950ljh.20.2016.11.24.08.03.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 24 Nov 2016 08:03:45 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Thu, 24 Nov 2016 19:03:09 +0300 Message-Id: <1480003389-19250-4-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 In-Reply-To: <1480003389-19250-1-git-send-email-maxim.uvarov@linaro.org> References: <1480003389-19250-1-git-send-email-maxim.uvarov@linaro.org> Subject: [lng-odp] [PATCHv6 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 7cb0c7a..de634dc 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=112:0:0 AC_SUBST(ODPHELPER_LIBSO_VERSION) # Checks for programs.