diff --git a/migration/i1.0b-release/oracle/201306262016_Version.sql b/migration/i1.0b-release/oracle/201306262016_Version.sql new file mode 100644 index 0000000000..7c0a835988 --- /dev/null +++ b/migration/i1.0b-release/oracle/201306262016_Version.sql @@ -0,0 +1,9 @@ +UPDATE AD_SYSTEM + SET releaseno = '1.0c', + VERSION = '2013-06-27' + WHERE ad_system_id = 0 AND ad_client_id = 0 +; + +SELECT register_migration_script('201306262016_Version.sql') FROM dual +; + diff --git a/migration/i1.0b-release/postgresql/201306262016_Version.sql b/migration/i1.0b-release/postgresql/201306262016_Version.sql new file mode 100644 index 0000000000..7c0a835988 --- /dev/null +++ b/migration/i1.0b-release/postgresql/201306262016_Version.sql @@ -0,0 +1,9 @@ +UPDATE AD_SYSTEM + SET releaseno = '1.0c', + VERSION = '2013-06-27' + WHERE ad_system_id = 0 AND ad_client_id = 0 +; + +SELECT register_migration_script('201306262016_Version.sql') FROM dual +; + diff --git a/org.adempiere.base/src/org/compiere/Adempiere.java b/org.adempiere.base/src/org/compiere/Adempiere.java index 6c461f5eb5..b34599269f 100644 --- a/org.adempiere.base/src/org/compiere/Adempiere.java +++ b/org.adempiere.base/src/org/compiere/Adempiere.java @@ -68,11 +68,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 1.0b"; + static public String MAIN_VERSION = "Release 1.0c"; /** Detail Version as date Used for Client/Server */ - static public String DATE_VERSION = "2013-04-24"; + static public String DATE_VERSION = "2013-06-27"; /** Database Version as date Compared with AD_System */ - static public String DB_VERSION = "2013-04-24"; + static public String DB_VERSION = "2013-06-27"; /** Product Name */ static public final String NAME = "iDempiere\u00AE"; @@ -181,7 +181,7 @@ public final class Adempiere /** * Summary (Windows). - * iDempiere(tm) Release 1.0b_2013-04-24 -Smart Suite ERP, CRM and SCM- Copyright (c) 1999-2012 iDempiere; Implementation: 2.5.1a 20040417-0243 - (C) 1999-2005 Jorg Janke, iDempiere Inc. USA + * iDempiere(tm) Release 1.0c_2013-06-27 -Smart Suite ERP, CRM and SCM- Copyright (c) 1999-2013 iDempiere; Implementation: 2.5.1a 20040417-0243 - (C) 1999-2005 Jorg Janke, iDempiere Inc. USA * @return Summary in Windows character set */ public static String getSummary() diff --git a/org.adempiere.server/idempiere.html b/org.adempiere.server/idempiere.html index 716345d707..07c51eb8ed 100644 --- a/org.adempiere.server/idempiere.html +++ b/org.adempiere.server/idempiere.html @@ -96,7 +96,7 @@ End If