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 2016/06/29 22:05:36 UTC

[3/3] android commit: Set VERSION to 5.2.0 (via coho)

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

Branch: refs/heads/5.2.x
Commit: 97ce7dd417ea0e5baf0348d8a267ef3d723bb1a8
Parents: b32b8c8
Author: Steve Gill <st...@gmail.com>
Authored: Wed Jun 29 12:51:05 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Jun 29 12:51:05 2016 -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/97ce7dd4/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 1daf456..91ff572 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.2.0-dev
+5.2.0

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/97ce7dd4/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index b77247f..ff7f2a2 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "5.2.0-dev";
+var VERSION = "5.2.0";
 
 module.exports.version = VERSION;
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/97ce7dd4/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 65d5366..49d4d53 100644
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
  * are not expected to implement it.
  */
 public interface CordovaWebView {
-    public static final String CORDOVA_VERSION = "5.2.0-dev";
+    public static final String CORDOVA_VERSION = "5.2.0";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org