Versioning Release 2.0
This commit is contained in:
parent
ff18d606b6
commit
6e31d731b2
|
@ -0,0 +1,12 @@
|
||||||
|
UPDATE AD_SYSTEM
|
||||||
|
SET releaseno = '2.0',
|
||||||
|
VERSION = '2013-10-31'
|
||||||
|
WHERE ad_system_id = 0 AND ad_client_id = 0
|
||||||
|
;
|
||||||
|
|
||||||
|
COMMIT
|
||||||
|
;
|
||||||
|
|
||||||
|
SELECT register_migration_script('201310312246_Version.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
UPDATE AD_SYSTEM
|
||||||
|
SET releaseno = '2.0',
|
||||||
|
VERSION = '2013-10-31'
|
||||||
|
WHERE ad_system_id = 0 AND ad_client_id = 0
|
||||||
|
;
|
||||||
|
|
||||||
|
SELECT register_migration_script('201310312246_Version.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
|
@ -68,11 +68,11 @@ public final class Adempiere
|
||||||
/** Main Version String */
|
/** Main Version String */
|
||||||
// Conventions for naming second number is even for stable, and odd for unstable
|
// 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
|
// 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.0c";
|
static public String MAIN_VERSION = "Release 2.0";
|
||||||
/** Detail Version as date Used for Client/Server */
|
/** Detail Version as date Used for Client/Server */
|
||||||
static public String DATE_VERSION = "2013-06-27";
|
static public String DATE_VERSION = "2013-10-31";
|
||||||
/** Database Version as date Compared with AD_System */
|
/** Database Version as date Compared with AD_System */
|
||||||
static public String DB_VERSION = "2013-06-27";
|
static public String DB_VERSION = "2013-10-31";
|
||||||
|
|
||||||
/** Product Name */
|
/** Product Name */
|
||||||
static public final String NAME = "iDempiere\u00AE";
|
static public final String NAME = "iDempiere\u00AE";
|
||||||
|
|
|
@ -96,7 +96,7 @@ End If
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<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>
|
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 2.0 Page!<br>
|
||||||
|
|
||||||
</font></td>
|
</font></td>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue