Point to version 5.1

This commit is contained in:
Carlos Ruiz 2017-10-31 23:03:48 +01:00
parent 7878e8efbd
commit d6908fc065
6 changed files with 29 additions and 8 deletions

View File

@ -0,0 +1,12 @@
UPDATE AD_SYSTEM
SET releaseno = '5.1',
VERSION = '2017-10-31'
WHERE ad_system_id = 0 AND ad_client_id = 0
;
COMMIT
;
SELECT register_migration_script('201710312359_Version.sql') FROM dual
;

View File

@ -0,0 +1,9 @@
UPDATE AD_SYSTEM
SET releaseno = '5.1',
VERSION = '2017-10-31'
WHERE ad_system_id = 0 AND ad_client_id = 0
;
SELECT register_migration_script('201710312359_Version.sql') FROM dual
;

View File

@ -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 4.1"; static public String MAIN_VERSION = "Release 5.1";
/** Detail Version as date Used for Client/Server */ /** Detail Version as date Used for Client/Server */
static public String DATE_VERSION = "2016-10-31"; static public String DATE_VERSION = "2017-10-31";
/** Database Version as date Compared with AD_System */ /** Database Version as date Compared with AD_System */
static public String DB_VERSION = "2016-10-31"; static public String DB_VERSION = "2017-10-31";
/** Product Name */ /** Product Name */
static public final String NAME = "iDempiere\u00AE"; static public final String NAME = "iDempiere\u00AE";

View File

@ -1,9 +1,9 @@
Package: idempiere Package: idempiere
Version: 4.1 Version: 5.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.6|postgresql-9.5|postgresql-9.4|postgresql-9.3|postgresql-9.2|postgresql-9.1, postgresql-contrib, adduser Pre-Depends: openjdk-8-jdk|oracle-java8-installer, postgresql-10|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>

View File

@ -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) 4.1 Page!<br> <td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the iDempiere (OSGi+ADempiere) 5.1 Page!<br>
</font></td> </font></td>

View File

@ -41,7 +41,7 @@ Social7 = NONE
Title = iDempiere Application Home Title = iDempiere Application Home
#Custom TemplateName (white or black) #Custom TemplateName (white or black)
TemplateName = black TemplateName = white
#file:///Linux/&Mac/resources/templates/ --- file://Windows/resources/templates/ #file:///Linux/&Mac/resources/templates/ --- file://Windows/resources/templates/
TemplatePath = resources/templates/ TemplatePath = resources/templates/
@ -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) 4.1 Page! Credits = Welcome to the iDempiere (OSGi+ADempiere) 5.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)