From fc12e4af25c28b889d3a4ae014334fb7c38857f8 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Thu, 25 Apr 2013 00:51:00 -0500 Subject: [PATCH] Point to release 1.0b --- org.adempiere.base/src/org/compiere/Adempiere.java | 8 ++++---- org.adempiere.server/idempiere.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/org.adempiere.base/src/org/compiere/Adempiere.java b/org.adempiere.base/src/org/compiere/Adempiere.java index 224db16019..6c461f5eb5 100644 --- a/org.adempiere.base/src/org/compiere/Adempiere.java +++ b/org.adempiere.base/src/org/compiere/Adempiere.java @@ -68,11 +68,11 @@ public final class Adempiere /** Main Version String */ // Conventions for naming second number is even for stable, and odd for unstable // the releases will have a suffix (a) for alpha - (b) for beta - (t) for trunk - (s) for stable - and (LTS) for long term support - static public String MAIN_VERSION = "Release 1.0a"; + static public String MAIN_VERSION = "Release 1.0b"; /** Detail Version as date Used for Client/Server */ - static public String DATE_VERSION = "2012-10-31"; + static public String DATE_VERSION = "2013-04-24"; /** Database Version as date Compared with AD_System */ - static public String DB_VERSION = "2012-10-31"; + static public String DB_VERSION = "2013-04-24"; /** Product Name */ static public final String NAME = "iDempiere\u00AE"; @@ -181,7 +181,7 @@ public final class Adempiere /** * Summary (Windows). - * iDempiere(tm) Release 1.0a_2012-10-31 -Smart Suite ERP, CRM and SCM- Copyright (c) 1999-2012 iDempiere; Implementation: 2.5.1a 20040417-0243 - (C) 1999-2005 Jorg Janke, iDempiere Inc. USA + * iDempiere(tm) Release 1.0b_2013-04-24 -Smart Suite ERP, CRM and SCM- Copyright (c) 1999-2012 iDempiere; Implementation: 2.5.1a 20040417-0243 - (C) 1999-2005 Jorg Janke, iDempiere Inc. USA * @return Summary in Windows character set */ public static String getSummary() diff --git a/org.adempiere.server/idempiere.html b/org.adempiere.server/idempiere.html index 023b1db0f6..603c64d13c 100644 --- a/org.adempiere.server/idempiere.html +++ b/org.adempiere.server/idempiere.html @@ -96,7 +96,7 @@ End If - Welcome to the iDempiere (OSGi+ADempiere) 1.0a Page!
+ Welcome to the iDempiere (OSGi+ADempiere) 1.0b Page!