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 980F5F42E for ; Wed, 27 Mar 2013 23:03:19 +0000 (UTC) Received: (qmail 17976 invoked by uid 500); 27 Mar 2013 23:03:19 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 17943 invoked by uid 500); 27 Mar 2013 23:03:19 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 17922 invoked by uid 99); 27 Mar 2013 23:03: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; Wed, 27 Mar 2013 23:03:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 212298287E0; Wed, 27 Mar 2013 23:03:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: timkim@apache.org To: commits@cordova.apache.org Date: Wed, 27 Mar 2013 23:03:19 -0000 Message-Id: <0dc780b484f5433d975faba2f113d3e7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] spec commit: 2.6.0rc1 Updated Branches: refs/heads/master 2003ff79a -> b3caa3e87 2.6.0rc1 Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/e17a27bc Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/e17a27bc Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/e17a27bc Branch: refs/heads/master Commit: e17a27bc5b7ccfba9930b3fcf3c298868d32d1f7 Parents: 64e9bba Author: Fil Maj Authored: Thu Mar 21 09:57:01 2013 -0700 Committer: Fil Maj Committed: Thu Mar 21 09:57:01 2013 -0700 ---------------------------------------------------------------------- VERSION | 2 +- cordova.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/e17a27bc/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 437459c..f47de85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.6.0rc1 http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/e17a27bc/cordova.js ---------------------------------------------------------------------- diff --git a/cordova.js b/cordova.js index 86e06ce..3d00979 100644 --- a/cordova.js +++ b/cordova.js @@ -19,7 +19,7 @@ * */ -var VERSION='2.5.0'; +var VERSION='2.6.0rc1'; var PLAT; if (/Android/.exec(navigator.userAgent)) { PLAT = 'android';