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 D969B10935 for ; Fri, 1 Nov 2013 22:29:16 +0000 (UTC) Received: (qmail 71432 invoked by uid 500); 1 Nov 2013 22:29:16 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 71292 invoked by uid 500); 1 Nov 2013 22:29:16 -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 71269 invoked by uid 99); 1 Nov 2013 22:29:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 22:29:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 13657390DE; Fri, 1 Nov 2013 22:29:16 +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: Fri, 01 Nov 2013 22:29:16 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] android commit: Set VERSION to 2.10.0-dev (via coho) Updated Branches: refs/heads/master 41ed18684 -> 1d6e1d416 Set VERSION to 2.10.0-dev (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/937056fc Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/937056fc Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/937056fc Branch: refs/heads/master Commit: 937056fcaf078c67b93d9b5b0c04c3b6902b11ef Parents: 41ed186 Author: Joe Bowser Authored: Fri Nov 1 11:11:09 2013 -0700 Committer: Joe Bowser Committed: Fri Nov 1 11:11:09 2013 -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/937056fc/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index df4a767..14377a8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0-dev +2.10.0-dev http://git-wip-us.apache.org/repos/asf/cordova-android/blob/937056fc/bin/templates/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 36c3388..5e8d5cc 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,6 +20,6 @@ */ // Coho updates this line: -var VERSION = "3.2.0-dev"; +var VERSION = "2.10.0-dev"; console.log(VERSION); http://git-wip-us.apache.org/repos/asf/cordova-android/blob/937056fc/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 fe6eece..91a60f4 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-dev"; + public static final String CORDOVA_VERSION = "2.10.0-dev"; private ArrayList keyDownCodes = new ArrayList(); private ArrayList keyUpCodes = new ArrayList();