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 03A9E118CC for ; Fri, 12 Sep 2014 20:45:30 +0000 (UTC) Received: (qmail 89710 invoked by uid 500); 12 Sep 2014 20:45:29 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 89683 invoked by uid 500); 12 Sep 2014 20:45:29 -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 89674 invoked by uid 99); 12 Sep 2014 20:45:29 -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, 12 Sep 2014 20:45:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 92C7DA12328; Fri, 12 Sep 2014 20:45:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marcelk@apache.org To: commits@cordova.apache.org Message-Id: <27bb375e452f4343b149d709895ce3d1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Update JS snapshot to version 3.7.0-dev (via coho) Date: Fri, 12 Sep 2014 20:45:29 +0000 (UTC) Repository: cordova-ubuntu Updated Branches: refs/heads/master 8d3e5ee1d -> 77dc7c078 Update JS snapshot to version 3.7.0-dev (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/77dc7c07 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/77dc7c07 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/77dc7c07 Branch: refs/heads/master Commit: 77dc7c078ee67aa206f2a04bfa38ef10b0e811df Parents: 8d3e5ee Author: Marcel Kinard Authored: Fri Sep 12 16:44:52 2014 -0400 Committer: Marcel Kinard Committed: Fri Sep 12 16:44:52 2014 -0400 ---------------------------------------------------------------------- www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/77dc7c07/www/cordova.js ---------------------------------------------------------------------- diff --git a/www/cordova.js b/www/cordova.js index e40cd9a..0478aa6 100644 --- a/www/cordova.js +++ b/www/cordova.js @@ -1,5 +1,5 @@ // Platform: ubuntu -// 3.7.0-dev-8f41e8d +// 3.7.0-dev-1258511 /* 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.7.0-dev-8f41e8d'; +var CORDOVA_JS_BUILD_LABEL = '3.7.0-dev-1258511'; // file: src/scripts/require.js /*jshint -W079 */