Skip to content

Commit

Permalink
Changed version details
Browse files Browse the repository at this point in the history
  • Loading branch information
adempiererm committed Jul 31, 2013
1 parent 0f35c87 commit c99ee9a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions base/src/org/compiere/Adempiere.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,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 3.7.1RC";
static public String MAIN_VERSION = "Release 3.8.0RC";
/** Detail Version as date Used for Client/Server */
static public String DATE_VERSION = "2012-05-11";
static public String DATE_VERSION = "2013-07-31";
/** Database Version as date Compared with AD_System */
static public String DB_VERSION = "2011-05-11";
static public String DB_VERSION = "2013-07-31";

/** Product Name */
static public final String NAME = "ADempiere\u00AE";
Expand All @@ -86,7 +86,7 @@ public final class Adempiere
/** Subtitle */
static public final String SUB_TITLE = "Smart Suite ERP,CRM and SCM";
static public final String ADEMPIERE_R = "ADempiere\u00AE";
static public final String COPYRIGHT = "\u00A9 1999-2011 ADempiere\u00AE";
static public final String COPYRIGHT = "\u00A9 1999-2013 ADempiere\u00AE";

static private String s_ImplementationVersion = null;
static private String s_ImplementationVendor = null;
Expand Down
8 changes: 4 additions & 4 deletions launch/Adempiere.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<maxHeapSize>512</maxHeapSize>
</jre>
<versionInfo>
<fileVersion>3.7.0.0</fileVersion>
<txtFileVersion>Release 3.7.0LTS</txtFileVersion>
<fileVersion>3.8.0.0</fileVersion>
<txtFileVersion>Release 3.8.0LTS</txtFileVersion>
<fileDescription>Adempiere ERP &amp; CRM 3.7.0LTS</fileDescription>
<copyright>Adempiere</copyright>
<productVersion>3.7.0.0</productVersion>
<txtProductVersion>Release 3.7.0LTS</txtProductVersion>
<productVersion>3.8.0.0</productVersion>
<txtProductVersion>Release 3.8.0LTS</txtProductVersion>
<productName>Adempier ERP &amp; CRM</productName>
<companyName>Adempiere Bazaar</companyName>
<internalName>Adempiere</internalName>
Expand Down
2 changes: 1 addition & 1 deletion serverRoot/src/web/adempiere.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<tbody>
<tr>

<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the ADempiere 3.7.0LTS Home Page!<br>
<td align="left" valign="middle"><font color="#ffffff" face="Arial, Helvetica, sans-serif" size="4">Welcome to the ADempiere 3.8.0LTS Home Page!<br>

</font></td>

Expand Down
4 changes: 2 additions & 2 deletions serverRoot/src/web/adempiere.jnlp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
codebase = "$$context/adempiereHome"
href = "$$context/adempiere.jnlp">
<information>
<title>Adempiere Client 3.7.0LTS $$context</title>
<title>Adempiere Client 3.8.0LTS $$context</title>
<vendor>ADempiere, Inc.</vendor>
<homepage href = "http://www.adempiere.org"/>
<offline-allowed/>
Expand All @@ -14,7 +14,7 @@
<icon href = "$$context/C32.gif"/>
<shortcut online="true">
<desktop/>
<menu submenu="Adempiere 3.7.0LTS $$context"/>
<menu submenu="Adempiere 3.8.0LTS $$context"/>
</shortcut>
</information>
<security>
Expand Down
4 changes: 2 additions & 2 deletions utils/adempiereDirectTemplate.jnlp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version = "1.0" encoding = "UTF-8"?>
<jnlp spec = "1.6+" version = "3.7.0LTS"
<jnlp spec = "1.6+" version = "3.8.0LTS"
codebase = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome"
href = "http://@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@/admin/adempiereHome/adempiereDirect.jnlp">
<information>
<title>Adempiere Client 3.7.0LTS @ADEMPIERE_APPS_SERVER@ Direct</title>
<title>Adempiere Client 3.8.0LTS @ADEMPIERE_APPS_SERVER@ Direct</title>
<vendor>ADempiere, Inc.</vendor>
<homepage href = "http://www.adempiere.org"/>
<description>Adempiere ERP+CRM (local) - Smart Business Solution for Distribution and Service - globally</description>
Expand Down
2 changes: 1 addition & 1 deletion utils_dev/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env.ADEMPIERE_ROOT=${env.ADEMPIERE_SOURCE}/adempiere
env.ADEMPIERE_HOME=${env.ADEMPIERE_ROOT}/Adempiere
env.ADEMPIERE_INSTALL=${env.ADEMPIERE_SOURCE}/adempiere/install
env.ADEMPIERE_VERSION=ADempiere
env.ADEMPIERE_VERSION_FILE=370LTS
env.ADEMPIERE_VERSION_FILE=380LTS
env.ADEMPIERE_VENDOR=ADempiere
env.ENCODING=UTF-8
env.XDOCLET_HOME=${env.ADEMPIERE_SOURCE}/tools
Expand Down

0 comments on commit c99ee9a

Please sign in to comment.