Update JS snapshot to version 3.4.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/db2a498d Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/db2a498d Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/db2a498d Branch: refs/heads/3.4.x Commit: db2a498d76c7b1e69073982e741b961bce87ec35 Parents: b0e205a Author: Joe Bowser <[email protected]> Authored: Fri Feb 14 13:46:00 2014 -0800 Committer: Joe Bowser <[email protected]> Committed: Fri Feb 14 13:46:00 2014 -0800 ---------------------------------------------------------------------- framework/assets/www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/db2a498d/framework/assets/www/cordova.js ---------------------------------------------------------------------- diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js index 484f3e4..1a9f5d9 100644 --- a/framework/assets/www/cordova.js +++ b/framework/assets/www/cordova.js @@ -1,5 +1,5 @@ // Platform: android -// 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 */
