Updated Branches: refs/heads/master 53a68a302 -> aa7d419d9
[CB-4215] updated corodva js snapshot to 3.0.0rc1 Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/2b45745a Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/2b45745a Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/2b45745a Branch: refs/heads/master Commit: 2b45745a1f4c0046bfebac0a3b6273e31d83f2fc Parents: 53a68a3 Author: Benn Mapes <[email protected]> Authored: Mon Jul 15 16:46:00 2013 -0700 Committer: Benn Mapes <[email protected]> Committed: Mon Jul 15 16:46:00 2013 -0700 ---------------------------------------------------------------------- common/www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/2b45745a/common/www/cordova.js ---------------------------------------------------------------------- diff --git a/common/www/cordova.js b/common/www/cordova.js index cccbf3a..d16caab 100644 --- a/common/www/cordova.js +++ b/common/www/cordova.js @@ -1,5 +1,5 @@ // Platform: windowsphone -// 3.0.0-dev-17-ge74c3f1 +// 3.0.0rc1-0-g525e76b /* 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.0.0-dev-17-ge74c3f1'; +var CORDOVA_JS_BUILD_LABEL = '3.0.0rc1-0-g525e76b'; // file: lib/scripts/require.js var require,
