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 6FC051051D for ; Fri, 14 Feb 2014 02:20:55 +0000 (UTC) Received: (qmail 76477 invoked by uid 500); 14 Feb 2014 02:20:55 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 76419 invoked by uid 500); 14 Feb 2014 02:20:54 -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 76412 invoked by uid 99); 14 Feb 2014 02:20:54 -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, 14 Feb 2014 02:20:54 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 87F289260D3; Fri, 14 Feb 2014 02:20:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: purplecabbage@apache.org To: commits@cordova.apache.org Message-Id: <6f7543dd56354793a436f0ac3f3c56dd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: update to 3.4.0 js and increment version num Date: Fri, 14 Feb 2014 02:20:54 +0000 (UTC) Updated Branches: refs/heads/3.4.x b3745ddb4 -> 0b2c38d41 Updated Tags: refs/tags/3.4.0 [created] 0b2c38d41 update to 3.4.0 js and increment version num Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/0b2c38d4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/0b2c38d4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/0b2c38d4 Branch: refs/heads/3.4.x Commit: 0b2c38d417776920973254f8bbbced7be126c174 Parents: b3745dd Author: Jesse MacFadyen Authored: Thu Feb 13 18:20:26 2014 -0800 Committer: Jesse MacFadyen Committed: Thu Feb 13 18:20:26 2014 -0800 ---------------------------------------------------------------------- windows8/VERSION | 2 +- windows8/cordova.js | 4 ++-- windows8/template/VERSION | 2 +- windows8/template/www/cordova.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/0b2c38d4/windows8/VERSION ---------------------------------------------------------------------- diff --git a/windows8/VERSION b/windows8/VERSION index f3c1778..fbcbf73 100644 --- a/windows8/VERSION +++ b/windows8/VERSION @@ -1 +1 @@ -3.4.0-rc1 \ No newline at end of file +3.4.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/0b2c38d4/windows8/cordova.js ---------------------------------------------------------------------- diff --git a/windows8/cordova.js b/windows8/cordova.js index bc9f2df..a5b434a 100644 --- a/windows8/cordova.js +++ b/windows8/cordova.js @@ -1,5 +1,5 @@ // Platform: windows8 -// 3.4.0-rc1 +// 3.4.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.4.0-rc1'; +var CORDOVA_JS_BUILD_LABEL = '3.4.0'; // file: src/scripts/require.js /*jshint -W079 */ http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/0b2c38d4/windows8/template/VERSION ---------------------------------------------------------------------- diff --git a/windows8/template/VERSION b/windows8/template/VERSION index f3c1778..fbcbf73 100644 --- a/windows8/template/VERSION +++ b/windows8/template/VERSION @@ -1 +1 @@ -3.4.0-rc1 \ No newline at end of file +3.4.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/0b2c38d4/windows8/template/www/cordova.js ---------------------------------------------------------------------- diff --git a/windows8/template/www/cordova.js b/windows8/template/www/cordova.js index bc9f2df..a5b434a 100644 --- a/windows8/template/www/cordova.js +++ b/windows8/template/www/cordova.js @@ -1,5 +1,5 @@ // Platform: windows8 -// 3.4.0-rc1 +// 3.4.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.4.0-rc1'; +var CORDOVA_JS_BUILD_LABEL = '3.4.0'; // file: src/scripts/require.js /*jshint -W079 */