Skip to content

Commit e33857b

Browse files
committed
Prepare Joomla 3.4.8
1 parent 3289e7d commit e33857b

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.8-rc</version>
9+
<version>3.4.8</version>
1010
<creationDate>December 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,10 +23,10 @@ final class JVersion
2323
public $RELEASE = '3.4';
2424

2525
/** @var string Maintenance version. */
26-
public $DEV_LEVEL = '8-rc';
26+
public $DEV_LEVEL = '8';
2727

2828
/** @var string Development STATUS. */
29-
public $DEV_STATUS = 'Release Candidate';
29+
public $DEV_STATUS = 'Stable';
3030

3131
/** @var string Build number. */
3232
public $BUILD = '';
@@ -38,7 +38,7 @@ final class JVersion
3838
public $RELDATE = '24-December-2015';
3939

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

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

0 commit comments

Comments
 (0)