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 */
|
||||
// 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 2.0";
|
||||
static public String MAIN_VERSION = "Release 2.1";
|
||||
/** 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 */
|
||||
static public String DB_VERSION = "2013-10-31";
|
||||
static public String DB_VERSION = "2014-10-31";
|
||||
|
||||
/** Product Name */
|
||||
static public final String NAME = "iDempiere\u00AE";
|
||||
|
|
|
@ -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) 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>
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ CustomImagePath = NONE
|
|||
ClientName = iDempiere Server
|
||||
|
||||
#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>
|
||||
|
||||
#Custom RSS (rss1 to rss5)
|
||||
|
@ -61,4 +61,4 @@ RssRefreshMessage = Refresh
|
|||
rss1Name = iDempiere's Blog
|
||||
rss1 = https://groups.google.com/group/idempiere/feed/rss_v2_0_msgs.xml
|
||||
rss2Name = 2 nd Blog
|
||||
rss2 = https://groups.google.com/group/idempiere-es/feed/rss_v2_0_msgs.xml
|
||||
rss2 = https://groups.google.com/group/idempiere-es/feed/rss_v2_0_msgs.xml
|
||||
|
|
Loading…
Reference in New Issue