/* * Jitsi, 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 { /** * The revision ID. */ public static final String REVISION_ID="0"; }