Update to 3.4.0 proper
Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/c8f7aee9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/c8f7aee9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/c8f7aee9 Branch: refs/heads/3.4.x Commit: c8f7aee9e7a1e07aa9689887cca7271793613121 Parents: 21660e5 Author: Jesse MacFadyen <[email protected]> Authored: Fri Feb 14 11:17:41 2014 -0800 Committer: Jesse MacFadyen <[email protected]> Committed: Fri Feb 14 11:17:41 2014 -0800 ---------------------------------------------------------------------- VERSION | 2 +- common/www/cordova.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/c8f7aee9/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index f3c1778..fbcbf73 100644 --- a/VERSION +++ b/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-wp8/blob/c8f7aee9/common/www/cordova.js ---------------------------------------------------------------------- diff --git a/common/www/cordova.js b/common/www/cordova.js index 6d13961..ac920c3 100644 --- a/common/www/cordova.js +++ b/common/www/cordova.js @@ -1,5 +1,5 @@ // Platform: windowsphone -// 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 */
