Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66CC810FE3 for ; Mon, 18 Nov 2013 21:20:15 +0000 (UTC) Received: (qmail 61924 invoked by uid 500); 18 Nov 2013 21:20:15 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 61871 invoked by uid 500); 18 Nov 2013 21:20:15 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 61863 invoked by uid 99); 18 Nov 2013 21:20:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 21:20:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1F73735E27; Mon, 18 Nov 2013 21:20:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: commits@cordova.apache.org Date: Mon, 18 Nov 2013 21:20:15 -0000 Message-Id: <90d42df4442145bea43ecfcb8988c904@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] android commit: Set VERSION to 3.2.0 (via coho) Updated Branches: refs/heads/3.2.x 1febd0259 -> 221b10b1e Set VERSION to 3.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/221b10b1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/221b10b1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/221b10b1 Branch: refs/heads/3.2.x Commit: 221b10b1e6a94f5739f8795a679ea019c8b9343e Parents: dd4e2a6 Author: Joe Bowser Authored: Mon Nov 18 13:18:48 2013 -0800 Committer: Joe Bowser Committed: Mon Nov 18 13:18:48 2013 -0800 ---------------------------------------------------------------------- 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/221b10b1/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 3178e83..944880f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0-rc1 +3.2.0 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/221b10b1/bin/templates/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 6ce5f80..4bfd61c 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,6 +20,6 @@ */ // Coho updates this line: -var VERSION = "3.2.0-rc1"; +var VERSION = "3.2.0"; console.log(VERSION); http://git-wip-us.apache.org/repos/asf/cordova-android/blob/221b10b1/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 e9feaca..aa1e086 100755 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -61,7 +61,7 @@ public class CordovaWebView extends WebView { public static final String TAG = "CordovaWebView"; - public static final String CORDOVA_VERSION = "3.2.0-rc1"; + public static final String CORDOVA_VERSION = "3.2.0"; private ArrayList keyDownCodes = new ArrayList(); private ArrayList keyUpCodes = new ArrayList();