From patchwork Thu Nov 24 20:24:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 83998 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp230646qgi; Thu, 24 Nov 2016 12:27:02 -0800 (PST) X-Received: by 10.55.157.80 with SMTP id g77mr4016858qke.12.1480019222438; Thu, 24 Nov 2016 12:27:02 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id p128si23318027qka.141.2016.11.24.12.27.02; Thu, 24 Nov 2016 12:27:02 -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 0DFE260D75; Thu, 24 Nov 2016 20:27:02 +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 33D6062EAA; Thu, 24 Nov 2016 20:25:26 +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 E582460D75; Thu, 24 Nov 2016 20:25:17 +0000 (UTC) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by lists.linaro.org (Postfix) with ESMTPS id F124460D12 for ; Thu, 24 Nov 2016 20:25:15 +0000 (UTC) Received: by mail-lf0-f54.google.com with SMTP id b14so36153875lfg.2 for ; Thu, 24 Nov 2016 12:25:15 -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=jYnGwek4kVBIAlh5zkZTx7/TA02VuVLUs///a/T3jFk=; b=g8AzTp5ieLSmY1MBv25k/QL1Ra53nE042VW3g8L4xM7RiAdRebWbRT6W27rcB59UDc ditXdkLLBzjC6BhOywCJUjunGMWSoe5lZzWMpOIrCarEaJ2f6gKEPH8otr6xyb9UYkGr DH1U//Pl8hejY89QNJ+wsYrz/WUGU7ktKTonSw7rGMEDSwFUsMHnrQtPzyRvLL9apMfZ MMSzV7Mmy6IwdImvfHUBMdxCSeuUbL4m0W9m/+CuiSwkyfhaNrCLV3V4nvQ5Y4ZohS1a r6Odyz5PL16JjTj41uQnhPcQp7Jz9RNeRKvTUy+4D81R+SWGzD+c6s+AT3OHiG4c3Ezt djYg== X-Gm-Message-State: AKaTC011htF4k2Ho0l90GWhm98XLm2xtTgLTs2ihvWm0uD3Kg5IHPBb/iTfvSoXOGepcu1UeuHA= X-Received: by 10.25.215.102 with SMTP id o99mr1420095lfg.57.1480019114453; Thu, 24 Nov 2016 12:25:14 -0800 (PST) Received: from localhost.localdomain (ppp46-138-205-38.pppoe.spdop.ru. [46.138.205.38]) by smtp.gmail.com with ESMTPSA id m16sm8665140lfj.24.2016.11.24.12.25.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 24 Nov 2016 12:25:13 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Thu, 24 Nov 2016 23:24:50 +0300 Message-Id: <1480019090-13539-4-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 In-Reply-To: <1480019090-13539-1-git-send-email-maxim.uvarov@linaro.org> References: <1480019090-13539-1-git-send-email-maxim.uvarov@linaro.org> Subject: [lng-odp] [PATCHv7 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..e7b8f8a 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.