Skip to content

Commit 73cf650

Browse files
committed
Tag 3.4.0 Beta 3
1 parent 1ce0bce commit 73cf650

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

administrator/manifests/files/joomla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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-rc-dev</version>
9+
<version>3.4.0-beta3</version>
1010
<creationDate>February 2015</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

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-rc-dev';
26+
public $DEV_LEVEL = '0-beta3';
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 = '03-February-2015';
38+
public $RELDATE = '11-February-2015';
3939

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

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

0 commit comments

Comments
 (0)