Skip to content

Commit 5f4a028

Browse files
committed
Tag version 3.4-beta2
1 parent fb5d0c1 commit 5f4a028

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

administrator/manifests/files/joomla.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2005 - 2015 Open Source Matters. All rights reserved</copyright>
88
<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>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

1313
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

libraries/cms/version/version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class JVersion
2323
public $RELEASE = '3.4';
2424

2525
/** @var string Maintenance version. */
26-
public $DEV_LEVEL = '0-beta2-dev';
26+
public $DEV_LEVEL = '0-beta2';
2727

2828
/** @var string Development STATUS. */
2929
public $DEV_STATUS = 'Beta';
@@ -35,10 +35,10 @@ final class JVersion
3535
public $CODENAME = 'Ember';
3636

3737
/** @var string Release date. */
38-
public $RELDATE = '27-January-2015';
38+
public $RELDATE = '03-February-2015';
3939

4040
/** @var string Release time. */
41-
public $RELTIME = '20:00';
41+
public $RELTIME = '23:00';
4242

4343
/** @var string Release timezone. */
4444
public $RELTZ = 'GMT';

0 commit comments

Comments
 (0)