File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313
1414// Installation check, and check on removal of the install directory.
1515if (!file_exists (JPATH_CONFIGURATION . '/configuration.php ' )
16- || (filesize (JPATH_CONFIGURATION . '/configuration.php ' ) < 10 ) /* || file_exists(JPATH_INSTALLATION . '/index.php')*/ )
16+ || (filesize (JPATH_CONFIGURATION . '/configuration.php ' ) < 10 ) || file_exists (JPATH_INSTALLATION . '/index.php ' ))
1717{
1818 if (file_exists (JPATH_INSTALLATION . '/index.php ' ))
1919 {
Original file line number Diff line number Diff line change 66 <authorUrl >www.joomla.org</authorUrl >
77 <copyright >(C) 2005 - 2014 Open Source Matters. All rights reserved</copyright >
88 <license >GNU General Public License version 2 or later; see LICENSE.txt</license >
9- <version >3.3.3-dev </version >
9+ <version >3.3.3</version >
1010 <creationDate >July 2014</creationDate >
1111 <description >FILES_JOOMLA_XML_DESCRIPTION</description >
1212
Original file line number Diff line number Diff line change 1313
1414// Installation check, and check on removal of the install directory.
1515if (!file_exists (JPATH_CONFIGURATION . '/configuration.php ' )
16- || (filesize (JPATH_CONFIGURATION . '/configuration.php ' ) < 10 ) /* || file_exists(JPATH_INSTALLATION . '/index.php')*/ )
16+ || (filesize (JPATH_CONFIGURATION . '/configuration.php ' ) < 10 ) || file_exists (JPATH_INSTALLATION . '/index.php ' ))
1717{
1818 if (file_exists (JPATH_INSTALLATION . '/index.php ' ))
1919 {
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ final class JVersion
2525 public $ RELEASE = '3.3 ' ;
2626
2727 /** @var string Maintenance version. */
28- public $ DEV_LEVEL = '3-dev ' ;
28+ public $ DEV_LEVEL = '3 ' ;
2929
3030 /** @var string Development STATUS. */
31- public $ DEV_STATUS = 'Development ' ;
31+ public $ DEV_STATUS = 'Stable ' ;
3232
3333 /** @var string Build number. */
3434 public $ BUILD = '' ;
@@ -37,10 +37,10 @@ final class JVersion
3737 public $ CODENAME = 'Ember ' ;
3838
3939 /** @var string Release date. */
40- public $ RELDATE = '24 -July-2014 ' ;
40+ public $ RELDATE = '25 -July-2014 ' ;
4141
4242 /** @var string Release time. */
43- public $ RELTIME = '14 :00 ' ;
43+ public $ RELTIME = '13 :00 ' ;
4444
4545 /** @var string Release timezone. */
4646 public $ RELTZ = 'GMT ' ;
You can’t perform that action at this time.
0 commit comments