Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67C31119A0 for ; Fri, 16 May 2014 21:57:02 +0000 (UTC) Received: (qmail 5053 invoked by uid 500); 16 May 2014 20:14:57 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 38287 invoked by uid 500); 16 May 2014 19:50:00 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 28782 invoked by uid 99); 16 May 2014 19:34:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 19:34:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cmarcelk@gmail.com designates 209.85.213.42 as permitted sender) Received: from [209.85.213.42] (HELO mail-yh0-f42.google.com) (209.85.213.42) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 19:24:48 +0000 Received: by mail-yh0-f42.google.com with SMTP id t59so4768566yho.15 for ; Fri, 16 May 2014 12:24:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=ia4wbnwp3tBppxUjV4NNSUPvNiiXpf+2UDzh6Nyv/3Q=; b=KpB70pFudePACG+b7kFBLl7tmfIQh0YBCAnLPDp5nNYFP+X2Dm3jpcw/4oe1rwB/9P Vlnx4awokocmgQCejAHG56d5Z02UEhht2CQoBYpoz7PTSxHOkFqUSruneKr7ihyPAuQx rsvFRwoz6W0yRyTikD/wNXPYq8yEvTIIPJOKkpKTTnFKHlm9ptWEAN7fXl7evGTwNuPs P3RO/jGZ79cVPEBfbYe4klrHx06F9nJEIAmhfr3kZNGnEXeWpMsNQqOZ/Zq/z5chkINm PZ+keRC1pA8ME/kcH8cpUOYp7o71lu1kCAGray7mALrJlX6GloKCSRHrQuvRhBqCDg+3 EV3g== X-Received: by 10.236.29.103 with SMTP id h67mr28874958yha.111.1400268264578; Fri, 16 May 2014 12:24:24 -0700 (PDT) Received: from marcelk-macbook.raleigh.ibm.com (bi-03pt1.bluebird.ibm.com. [129.42.208.172]) by mx.google.com with ESMTPSA id z69sm13184716yha.26.2014.05.16.12.24.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 16 May 2014 12:24:24 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: constant CORDOVA_VERSION in native side From: Marcel Kinard In-Reply-To: Date: Fri, 16 May 2014 15:24:22 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <6D801016-54B0-4E69-8F52-A1CF3136C571@gmail.com> References: To: dev@cordova.apache.org X-Mailer: Apple Mail (2.1874) X-Virus-Checked: Checked by ClamAV on apache.org FYI, the use case for doing this is CB-5650: "make visible the version = of the Cordova native lib" On May 14, 2014, at 5:22 PM, Martin Gonzalez Glez = wrote: > Hi all, > I noticed that android provides a constant string with the cordova = version > in the native side (CordovaWebView). This variable is updated by = Coho..... > none of the other platforms have this native version, I think we = should add > it for consistency.