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 E7ECA11F99 for ; Wed, 14 May 2014 05:49:26 +0000 (UTC) Received: (qmail 43430 invoked by uid 500); 10 May 2014 22:01:09 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 9887 invoked by uid 500); 10 May 2014 21:58:45 -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 62232 invoked by uid 99); 10 May 2014 21:56:22 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 21:56:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3F624983899; Thu, 8 May 2014 22:40:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Thu, 08 May 2014 22:40:44 -0000 Message-Id: <8bbf6ca38b6d4aeb8b18b68422822ed4@git.apache.org> In-Reply-To: <4968125fd2d74db8b419690e8798f19b@git.apache.org> References: <4968125fd2d74db8b419690e8798f19b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] android commit: Update JS snapshot to version 3.5.0 (via coho) Update JS snapshot to version 3.5.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/568d3b53 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/568d3b53 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/568d3b53 Branch: refs/heads/3.5.x Commit: 568d3b53329293af9089223cc652e1291d90db34 Parents: df53dbd Author: Steven Gill Authored: Thu May 8 15:32:23 2014 -0700 Committer: Steven Gill Committed: Thu May 8 15:32:23 2014 -0700 ---------------------------------------------------------------------- framework/assets/www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/568d3b53/framework/assets/www/cordova.js ---------------------------------------------------------------------- diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js index 0e43a23..b2103fb 100644 --- a/framework/assets/www/cordova.js +++ b/framework/assets/www/cordova.js @@ -1,5 +1,5 @@ // Platform: android -// 3.5.0-rc1 +// 3.5.0 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var CORDOVA_JS_BUILD_LABEL = '3.5.0-rc1'; +var CORDOVA_JS_BUILD_LABEL = '3.5.0'; // file: src/scripts/require.js /*jshint -W079 */