reverts mistakenly committed NightlyBuildID.java

cusax-fix
Emil Ivov 13 years ago
parent 4d52c2c5b5
commit 7c677c726e

@ -1,5 +1,5 @@
/*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
@ -13,5 +13,8 @@
*/
public class NightlyBuildID
{
public static final String BUILD_ID="1234.5678";
/**
* The build ID.
*/
public static final String BUILD_ID="0.build.by.SVN";
}

Loading…
Cancel
Save