Changes version, back to nightly.

cusax-fix
Damian Minkov 14 years ago
parent ef900d1463
commit dd3fc88660

@ -49,7 +49,7 @@
<!-- set the build label property and make it take the cc bild into account -->
<condition property="build.label"
value="${label}">
value="nightly.${label}">
<isset property="label"/>
</condition>

@ -31,7 +31,7 @@ public class VersionImpl
* number changes when a relatively extensive set of new features and
* possibly rearchitecturing have been applied to the SIP Communicator.
*/
public static final int VERSION_MINOR = 0;
public static final int VERSION_MINOR = 1;
/**
* Indicates whether this version represents a prerelease (i.e. a

Loading…
Cancel
Save