mirror of https://github.com/sipwise/jitsi.git
parent
ece8405e6c
commit
32788f8e7c
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* 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 to set revision id.
|
||||
*
|
||||
* @author Damian Minkov
|
||||
*/
|
||||
public class RevisionID
|
||||
{
|
||||
public static final String REVISION_ID="0";
|
||||
}
|
||||
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* 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 to set revision id.
|
||||
*
|
||||
* @author Damian Minkov
|
||||
*/
|
||||
public class RevisionID
|
||||
{
|
||||
public static final String REVISION_ID="revision.id";
|
||||
}
|
||||
Loading…
Reference in new issue