Set version to 4.0.0-dev

This commit is contained in:
Andrew Grieve 2014-06-06 14:56:58 -04:00
parent 7e9fdb3555
commit d5e8807756
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
3.6.0-dev 4.0.0-dev

View File

@ -20,6 +20,6 @@
*/ */
// Coho updates this line: // Coho updates this line:
var VERSION = "3.6.0-dev"; var VERSION = "4.0.0-dev";
console.log(VERSION); console.log(VERSION);

View File

@ -70,7 +70,7 @@ import android.widget.FrameLayout;
public class AndroidWebView extends WebView implements CordovaWebView { public class AndroidWebView extends WebView implements CordovaWebView {
public static final String TAG = "CordovaWebView"; public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.6.0-dev"; public static final String CORDOVA_VERSION = "4.0.0-dev";
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>();

View File

@ -18,7 +18,7 @@ public interface CordovaWebView {
Object jsMessageQueue = null; Object jsMessageQueue = null;
public static final String TAG = "CordovaWebView"; public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.6.0-dev"; public static final String CORDOVA_VERSION = "4.0.0-dev";
View getView(); View getView();