Versioning Release 2.0

This commit is contained in:
Carlos Ruiz 2013-10-31 22:56:57 -05:00
parent ff18d606b6
commit 6e31d731b2
4 changed files with 25 additions and 4 deletions

View File

@ -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
;

View File

@ -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
;

View File

@ -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.0c";
static public String MAIN_VERSION = "Release 2.0";
/** 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 */
static public String DB_VERSION = "2013-06-27";
static public String DB_VERSION = "2013-10-31";
/** Product Name */
static public final String NAME = "iDempiere\u00AE";

View File

@ -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.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>