Set VERSION to 3.5.0-rc1 (via coho)

This commit is contained in:
Joe Bowser
2014-05-06 15:51:13 -07:00
parent 6d40adfe33
commit 7ec8d08c58
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
3.5.0-dev 3.5.0-rc1
+1 -1
View File
@@ -20,6 +20,6 @@
*/ */
// Coho updates this line: // Coho updates this line:
var VERSION = "3.5.0-dev"; var VERSION = "3.5.0-rc1";
console.log(VERSION); console.log(VERSION);
@@ -68,7 +68,7 @@ import android.widget.FrameLayout;
public class CordovaWebView extends WebView { public class CordovaWebView extends WebView {
public static final String TAG = "CordovaWebView"; public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.5.0-dev"; public static final String CORDOVA_VERSION = "3.5.0-rc1";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>(); private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>(); private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();