From 7cf964fc46649e7f4e45d586185ef8d59eca234a Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Thu, 6 Dec 2007 05:11:43 +0000 Subject: [PATCH] Change release in trunk to 3.3.1t --- base/src/org/compiere/Adempiere.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base/src/org/compiere/Adempiere.java b/base/src/org/compiere/Adempiere.java index a1747e208e..86f8e13045 100644 --- a/base/src/org/compiere/Adempiere.java +++ b/base/src/org/compiere/Adempiere.java @@ -56,7 +56,9 @@ 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.3.1b"; + // Conventions for naming second number is even for stable, and odd for unstable + // the releases will have a suffix (b) for beta - (t) for trunk - and (s) for stable + static public final String MAIN_VERSION = "Release 3.3.1t"; /** Detail Version as date Used for Client/Server */ static public final String DATE_VERSION = "2007-12-05"; /** Database Version as date Compared with AD_System */