Merge branch 'seeddms-4.1.4' into develop

Conflicts:
	install/install.php
This commit is contained in:
Uwe Steinmann 2013-04-16 22:31:52 +02:00
commit a8f3c7be59
2 changed files with 2 additions and 6 deletions

View File

@ -12,8 +12,8 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2013-04-08</date>
<time>16:45:06</time>
<date>2013-04-16</date>
<time>22:24:26</time>
<version>
<release>4.2.0</release>
<api>4.2.0</api>

View File

@ -116,11 +116,7 @@ function fileExistsInIncludePath($file) { /* {{{ */
* Load default settings + set
*/
define("SEEDDMS_INSTALL", "on");
<<<<<<< HEAD
define("SEEDDMS_VERSION", "4.2.0");
=======
define("SEEDDMS_VERSION", "4.1.2");
>>>>>>> seeddms-4.1.2
require_once('../inc/inc.ClassSettings.php');