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 DCFA310AC9 for ; Wed, 4 Dec 2013 00:25:51 +0000 (UTC) Received: (qmail 13711 invoked by uid 500); 4 Dec 2013 00:25:51 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 13670 invoked by uid 500); 4 Dec 2013 00:25:51 -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 13654 invoked by uid 99); 4 Dec 2013 00:25:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 00:25:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8A9CD91C79F; Wed, 4 Dec 2013 00:25:51 +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: Wed, 04 Dec 2013 00:25:52 -0000 Message-Id: <4e3985206f2444f9a3f5f9bc09172bc8@git.apache.org> In-Reply-To: <2ff59882f3384c0990cd3b0b82d4c9bc@git.apache.org> References: <2ff59882f3384c0990cd3b0b82d4c9bc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] android commit: Set VERSION to 3.3.0-rc1 (via coho) Set VERSION to 3.3.0-rc1 (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/214934cc Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/214934cc Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/214934cc Branch: refs/heads/3.3.x Commit: 214934cc032f765e14bfd54a690cf40f511b7906 Parents: 1c710f8 Author: Joe Bowser Authored: Tue Dec 3 15:44:20 2013 -0800 Committer: Joe Bowser Committed: Tue Dec 3 15:44:20 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/214934cc/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 6d7d659..490631a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.0-dev +3.3.0-rc1 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/214934cc/bin/templates/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 624e3d8..bd92590 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,6 +20,6 @@ */ // Coho updates this line: -var VERSION = "3.3.0-dev"; +var VERSION = "3.3.0-rc1"; console.log(VERSION); http://git-wip-us.apache.org/repos/asf/cordova-android/blob/214934cc/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 9780493..0c38160 100755 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -68,7 +68,7 @@ import android.widget.FrameLayout; public class CordovaWebView extends WebView { public static final String TAG = "CordovaWebView"; - public static final String CORDOVA_VERSION = "3.3.0-dev"; + public static final String CORDOVA_VERSION = "3.3.0-rc1"; private ArrayList keyDownCodes = new ArrayList(); private ArrayList keyUpCodes = new ArrayList();