Update to 3.4.0 proper
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
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 */