You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/10/02 18:42:43 UTC

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

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

Branch: refs/heads/3.1.x
Commit: e5b01579711e845c34e80b91bd1005a6d0205451
Parents: 847b6fe
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Oct 2 12:40:50 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Oct 2 12:40:50 2013 -0400

----------------------------------------------------------------------
 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/e5b01579/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 7eb4a21..fd2a018 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.0-rc1
+3.1.0

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e5b01579/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 42bab55..de1a76d 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "3.1.0-rc1";
+var VERSION = "3.1.0";
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e5b01579/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 b1fc5e8..c5473cb 100755
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -61,7 +61,7 @@ public class CordovaWebView extends WebView {
     
     public static final String TAG = "CordovaWebView";
     
-    public static final String CORDOVA_VERSION = "3.1.0-rc1";
+    public static final String CORDOVA_VERSION = "3.1.0";
 
     private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
     private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();