You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/05/09 00:40:43 UTC

[1/2] android commit: Set VERSION to 3.5.0 (via coho)

Repository: cordova-android
Updated Branches:
  refs/heads/3.5.x df53dbdbc -> 82bc714ed


Set VERSION to 3.5.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/82bc714e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/82bc714e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/82bc714e

Branch: refs/heads/3.5.x
Commit: 82bc714ed9831c6a4376e12fdcf65f1a97b85a23
Parents: 568d3b5
Author: Steven Gill <st...@gmail.com>
Authored: Thu May 8 15:32:23 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu May 8 15:32:23 2014 -0700

----------------------------------------------------------------------
 VERSION                                              | 2 +-
 bin/templates/cordova/version                        | 2 +-
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/82bc714e/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index d711e9a..1545d96 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.0-rc1
+3.5.0

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/82bc714e/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 645c971..f935529 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "3.5.0-rc1";
+var VERSION = "3.5.0";
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/82bc714e/framework/src/org/apache/cordova/CordovaWebView.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index 2575138..ef1c057 100755
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -68,7 +68,7 @@ import android.widget.FrameLayout;
 public class CordovaWebView extends WebView {
 
     public static final String TAG = "CordovaWebView";
-    public static final String CORDOVA_VERSION = "3.5.0-rc1";
+    public static final String CORDOVA_VERSION = "3.5.0";
 
     private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
     private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();


[2/2] android commit: Update JS snapshot to version 3.5.0 (via coho)

Posted by st...@apache.org.
Update JS snapshot to version 3.5.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/568d3b53
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/568d3b53
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/568d3b53

Branch: refs/heads/3.5.x
Commit: 568d3b53329293af9089223cc652e1291d90db34
Parents: df53dbd
Author: Steven Gill <st...@gmail.com>
Authored: Thu May 8 15:32:23 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu May 8 15:32:23 2014 -0700

----------------------------------------------------------------------
 framework/assets/www/cordova.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/568d3b53/framework/assets/www/cordova.js
----------------------------------------------------------------------
diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js
index 0e43a23..b2103fb 100644
--- a/framework/assets/www/cordova.js
+++ b/framework/assets/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: android
-// 3.5.0-rc1
+// 3.5.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.5.0-rc1';
+var CORDOVA_JS_BUILD_LABEL = '3.5.0';
 // file: src/scripts/require.js
 
 /*jshint -W079 */