blob: 78730431ec7c6e864823e2e9d1ffeae30c3759a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.version;
/**
* This file is autoupdated by build.xml in order
*
* @author Emil Ivov
*/
public class NightlyBuildID
{
/**
* The build ID.
*/
public static final String BUILD_ID="0.build.by.SVN";
}
|