Versioning
This commit is contained in:
parent
1c183f5efc
commit
7affd35f50
|
@ -0,0 +1,9 @@
|
|||
UPDATE AD_SYSTEM
|
||||
SET releaseno = '1.0c',
|
||||
VERSION = '2013-06-27'
|
||||
WHERE ad_system_id = 0 AND ad_client_id = 0
|
||||
;
|
||||
|
||||
SELECT register_migration_script('201306262016_Version.sql') FROM dual
|
||||
;
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
UPDATE AD_SYSTEM
|
||||
SET releaseno = '1.0c',
|
||||
VERSION = '2013-06-27'
|
||||
WHERE ad_system_id = 0 AND ad_client_id = 0
|
||||
;
|
||||
|
||||
SELECT register_migration_script('201306262016_Version.sql') FROM dual
|
||||
;
|
||||
|
|
@ -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.0b";
|
||||
static public String MAIN_VERSION = "Release 1.0c";
|
||||
/** Detail Version as date Used for Client/Server */
|
||||
static public String DATE_VERSION = "2013-04-24";
|
||||
static public String DATE_VERSION = "2013-06-27";
|
||||
/** Database Version as date Compared with AD_System */
|
||||
static public String DB_VERSION = "2013-04-24";
|
||||
static public String DB_VERSION = "2013-06-27";
|
||||
|
||||
/** Product Name */
|
||||
static public final String NAME = "iDempiere\u00AE";
|
||||
|
@ -181,7 +181,7 @@ public final class Adempiere
|
|||
|
||||
/**
|
||||
* Summary (Windows).
|
||||
* 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
|
||||
* iDempiere(tm) Release 1.0c_2013-06-27 -Smart Suite ERP, CRM and SCM- Copyright (c) 1999-2013 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()
|
||||
|
|
|
@ -96,7 +96,7 @@ End If
|
|||
<tbody>
|
||||
<tr>
|
||||
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 1.0b Page!<br>
|
||||
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 1.0c Page!<br>
|
||||
|
||||
</font></td>
|
||||
|
||||
|
|
Loading…
Reference in New Issue