set version 4.1 in credits
This commit is contained in:
parent
3dd33fafad
commit
536fd017e6
|
@ -67,11 +67,11 @@ public final class Adempiere
|
||||||
/** Timestamp */
|
/** Timestamp */
|
||||||
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
|
static public final String ID = "$Id: Adempiere.java,v 1.8 2006/08/11 02:58:14 jjanke Exp $";
|
||||||
/** Main Version String */
|
/** Main Version String */
|
||||||
static public String MAIN_VERSION = "Release 3.1";
|
static public String MAIN_VERSION = "Release 4.1";
|
||||||
/** Detail Version as date Used for Client/Server */
|
/** Detail Version as date Used for Client/Server */
|
||||||
static public String DATE_VERSION = "2015-10-31";
|
static public String DATE_VERSION = "2016-10-31";
|
||||||
/** Database Version as date Compared with AD_System */
|
/** Database Version as date Compared with AD_System */
|
||||||
static public String DB_VERSION = "2015-10-31";
|
static public String DB_VERSION = "2016-10-31";
|
||||||
|
|
||||||
/** Product Name */
|
/** Product Name */
|
||||||
static public final String NAME = "iDempiere\u00AE";
|
static public final String NAME = "iDempiere\u00AE";
|
||||||
|
@ -92,7 +92,7 @@ public final class Adempiere
|
||||||
/** Subtitle */
|
/** Subtitle */
|
||||||
static public final String SUB_TITLE = "Smart Suite ERP, CRM and SCM";
|
static public final String SUB_TITLE = "Smart Suite ERP, CRM and SCM";
|
||||||
static public final String ADEMPIERE_R = "iDempiere\u00AE";
|
static public final String ADEMPIERE_R = "iDempiere\u00AE";
|
||||||
static public final String COPYRIGHT = "\u00A9 1999-2013 iDempiere\u00AE";
|
static public final String COPYRIGHT = "\u00A9 1999-2016 iDempiere\u00AE";
|
||||||
|
|
||||||
static private String s_ImplementationVersion = null;
|
static private String s_ImplementationVersion = null;
|
||||||
static private String s_ImplementationVendor = null;
|
static private String s_ImplementationVendor = null;
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Package: idempiere
|
Package: idempiere
|
||||||
Version: 3.1
|
Version: 4.1
|
||||||
Section: web
|
Section: web
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Pre-Depends: openjdk-7-jdk|openjdk-8-jdk|oracle-java8-installer, postgresql-9.4|postgresql-9.3|postgresql-9.2|postgresql-9.1, postgresql-contrib, adduser
|
Pre-Depends: openjdk-7-jdk|openjdk-8-jdk|oracle-java8-installer, postgresql-9.6|postgresql-9.5|postgresql-9.4|postgresql-9.3|postgresql-9.2|postgresql-9.1, postgresql-contrib, adduser
|
||||||
Suggests: firefox
|
Suggests: firefox
|
||||||
Installed-Size: 968668
|
Installed-Size: 968668
|
||||||
Maintainer: Carlos Ruiz <carg67@gmail.com>
|
Maintainer: Carlos Ruiz <carg67@gmail.com>
|
||||||
|
|
|
@ -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) 3.1 Page!<br>
|
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 4.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) 3.1 Page!
|
Credits = Welcome to the iDempiere (OSGi+ADempiere) 4.1 Page!
|
||||||
Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a>
|
Copyriright = || by <a href="http://www.idempiere.org" target="blank">iDempiere Community</a>
|
||||||
|
|
||||||
#Custom RSS (rss1 to rss5)
|
#Custom RSS (rss1 to rss5)
|
||||||
|
|
Loading…
Reference in New Issue