File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
administrator/manifests/files Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
<authorUrl >www.joomla.org</authorUrl >
7
7
<copyright >(C) 2005 - 2015 Open Source Matters. All rights reserved</copyright >
8
8
<license >GNU General Public License version 2 or later; see LICENSE.txt</license >
9
- <version >3.4.0-beta1 </version >
10
- <creationDate >January 2015</creationDate >
9
+ <version >3.4.0-beta2 </version >
10
+ <creationDate >February 2015</creationDate >
11
11
<description >FILES_JOOMLA_XML_DESCRIPTION</description >
12
12
13
13
<scriptfile >administrator/components/com_admin/script.php</scriptfile >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ final class JVersion
23
23
public $ RELEASE = '3.4 ' ;
24
24
25
25
/** @var string Maintenance version. */
26
- public $ DEV_LEVEL = '0-beta2-dev ' ;
26
+ public $ DEV_LEVEL = '0-beta2 ' ;
27
27
28
28
/** @var string Development STATUS. */
29
29
public $ DEV_STATUS = 'Beta ' ;
@@ -35,10 +35,10 @@ final class JVersion
35
35
public $ CODENAME = 'Ember ' ;
36
36
37
37
/** @var string Release date. */
38
- public $ RELDATE = '27-January -2015 ' ;
38
+ public $ RELDATE = '03-February -2015 ' ;
39
39
40
40
/** @var string Release time. */
41
- public $ RELTIME = '20 :00 ' ;
41
+ public $ RELTIME = '23 :00 ' ;
42
42
43
43
/** @var string Release timezone. */
44
44
public $ RELTZ = 'GMT ' ;
You can’t perform that action at this time.
0 commit comments