Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AEB32D26E for ; Mon, 15 Oct 2012 18:33:19 +0000 (UTC) Received: (qmail 11487 invoked by uid 500); 15 Oct 2012 18:33:19 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 11471 invoked by uid 500); 15 Oct 2012 18:33:19 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 11463 invoked by uid 99); 15 Oct 2012 18:33:19 -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, 15 Oct 2012 18:33:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 60D4C47212; Mon, 15 Oct 2012 18:33:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: spec commit: Upgrading mobile spec to latest version Message-Id: <20121015183319.60D4C47212@tyr.zones.apache.org> Date: Mon, 15 Oct 2012 18:33:19 +0000 (UTC) Updated Branches: refs/heads/master 38cd17f34 -> 72ff946e8 Updated Tags: refs/tags/2.2.0rc1 [created] 72ff946e8 Upgrading mobile spec to latest version Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/72ff946e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/tree/72ff946e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/diff/72ff946e Branch: refs/heads/master Commit: 72ff946e8017bdeeba243fc13592d1497ce8323f Parents: 38cd17f Author: Joe Bowser Authored: Mon Oct 15 11:32:58 2012 -0700 Committer: Joe Bowser Committed: Mon Oct 15 11:32:58 2012 -0700 ---------------------------------------------------------------------- VERSION | 2 +- cordova.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/72ff946e/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 7ec1d6d..bdc2ab6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.2.0rc1 http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/72ff946e/cordova.js ---------------------------------------------------------------------- diff --git a/cordova.js b/cordova.js index c2f6257..3b2c58c 100644 --- a/cordova.js +++ b/cordova.js @@ -19,7 +19,7 @@ * */ -var VERSION='2.1.0'; +var VERSION='2.2.0rc1'; var scripts = document.getElementsByTagName('script'); var cordovaPath = scripts[scripts.length - 1].src.replace('cordova.js', 'cordova-'+VERSION+'.js');