Commits the 2.0 version number in preparation for 2.0 release. Few more builds to follow with that version number.

cusax-fix
Damian Minkov 13 years ago
parent 0370ce9fa8
commit a9bb74a7a4

@ -23,7 +23,7 @@ public class VersionImpl
* number changes when a relatively extensive set of new features and
* possibly rearchitecturing have been applied to the Jitsi.
*/
public static final int VERSION_MAJOR = 1;
public static final int VERSION_MAJOR = 2;
/**
* The version major field. Default value is VERSION_MAJOR.
@ -36,7 +36,7 @@ public class VersionImpl
* number changes when a relatively extensive set of new features and
* possibly rearchitecturing have been applied to the Jitsi.
*/
public static final int VERSION_MINOR = 1;
public static final int VERSION_MINOR = 0;
/**
* The version minor field. Default value is VERSION_MINOR.

Loading…
Cancel
Save