Version 3.1.2

This commit is contained in:
Carlos Ruiz 2006-12-07 23:20:41 +00:00
parent 77d3ad8ced
commit 5b0a2baf31
1 changed files with 1 additions and 3 deletions

View File

@ -35,15 +35,13 @@ import com.qoppa.pdf.*;
* @author Jorg Janke
* @version $Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $
*
* globalqss: fix error about null pointer in OnlineHelp.Worker.run
* change the URL for online help for connection
*/
public final class Adempiere
{
/** Timestamp */
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
/** Main Version String */
static public final String MAIN_VERSION = "Release 3.1.1";
static public final String MAIN_VERSION = "Release 3.1.2";
/** Detail Version as date Used for Client/Server */
static public final String DATE_VERSION = "2006-11-02";
/** Database Version as date Compared with AD_System */