Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F0B7A200B5A for ; Thu, 30 Jun 2016 00:05:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EF486160A57; Wed, 29 Jun 2016 22:05:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 421A1160A6F for ; Thu, 30 Jun 2016 00:05:35 +0200 (CEST) Received: (qmail 40904 invoked by uid 500); 29 Jun 2016 22:05:34 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 40796 invoked by uid 99); 29 Jun 2016 22:05:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2016 22:05:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 46108E963C; Wed, 29 Jun 2016 22:05:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Wed, 29 Jun 2016 22:05:36 -0000 Message-Id: In-Reply-To: <5ca7ac13046945b99a5820a38aa912ba@git.apache.org> References: <5ca7ac13046945b99a5820a38aa912ba@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] android commit: Set VERSION to 5.2.0 (via coho) archived-at: Wed, 29 Jun 2016 22:05:36 -0000 Set VERSION to 5.2.0 (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/97ce7dd4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/97ce7dd4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/97ce7dd4 Branch: refs/heads/5.2.x Commit: 97ce7dd417ea0e5baf0348d8a267ef3d723bb1a8 Parents: b32b8c8 Author: Steve Gill Authored: Wed Jun 29 12:51:05 2016 -0700 Committer: Steve Gill Committed: Wed Jun 29 12:51:05 2016 -0700 ---------------------------------------------------------------------- VERSION | 2 +- bin/templates/cordova/version | 2 +- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/97ce7dd4/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 1daf456..91ff572 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.0-dev +5.2.0 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/97ce7dd4/bin/templates/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index b77247f..ff7f2a2 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "5.2.0-dev"; +var VERSION = "5.2.0"; module.exports.version = VERSION; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/97ce7dd4/framework/src/org/apache/cordova/CordovaWebView.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 65d5366..49d4d53 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback; * are not expected to implement it. */ public interface CordovaWebView { - public static final String CORDOVA_VERSION = "5.2.0-dev"; + public static final String CORDOVA_VERSION = "5.2.0"; void init(CordovaInterface cordova, List pluginEntries, CordovaPreferences preferences); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org