Update sources to release 2.1
This commit is contained in:
parent
8dc08de3c2
commit
c132c4d0fc
|
@ -69,11 +69,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 2.0";
|
static public String MAIN_VERSION = "Release 2.1";
|
||||||
/** Detail Version as date Used for Client/Server */
|
/** Detail Version as date Used for Client/Server */
|
||||||
static public String DATE_VERSION = "2013-10-31";
|
static public String DATE_VERSION = "2014-10-31";
|
||||||
/** Database Version as date Compared with AD_System */
|
/** Database Version as date Compared with AD_System */
|
||||||
static public String DB_VERSION = "2013-10-31";
|
static public String DB_VERSION = "2014-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) 2.0 Page!<br>
|
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 2.1 Page!<br>
|
||||||
|
|
||||||
</font></td>
|
</font></td>
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ CustomImagePath = NONE
|
||||||
ClientName = iDempiere Server
|
ClientName = iDempiere Server
|
||||||
|
|
||||||
#Custom Credits & Copyright tail
|
#Custom Credits & Copyright tail
|
||||||
Credits = Welcome to the iDempiere (OSGi+ADempiere) 2.0 Page!
|
Credits = Welcome to the iDempiere (OSGi+ADempiere) 2.1 Page!
|
||||||
Copyriright = || by <a href="http://www.company.com" target="blank">Company</a>
|
Copyriright = || by <a href="http://www.company.com" target="blank">Company</a>
|
||||||
|
|
||||||
#Custom RSS (rss1 to rss5)
|
#Custom RSS (rss1 to rss5)
|
||||||
|
|
Loading…
Reference in New Issue