Skip to content

Commit b32b603

Browse files
committed
Update version for 3.1.0_beta2 release
1 parent 103cef0 commit b32b603

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

administrator/manifests/files/joomla.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2005 - 2013 Open Source Matters. All rights reserved</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>3.1.0_beta1</version>
9+
<version>3.1.0_beta2</version>
1010
<creationDate>March 2013</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

build/build.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
// Set release for each build
3434
// Release is third digit (like '0', '1', or '2')
35-
$release = '0_beta1';
35+
$release = '0_beta2';
3636

3737
// Set path to git binary (e.g., /usr/local/git/bin/git or /urs/bin/git)
3838
$gitPath = '/usr/bin/git';

installation/CHANGELOG

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ $ -> Language fix or change
2626
- -> Removed
2727
! -> Note
2828

29+
-------------------- 3.1 Beta 2 Release [20-Mar-2012] ------------------
30+
2931
20-Mar-2013 Mark Dexter
3032
# [#30326] Cannot add position in Module Manager. Thanks Roberto Segura.
3133
# [#30314] Move to new JFeed. Thanks Elin.

libraries/cms/version/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class JVersion
2323
public $RELEASE = '3.1';
2424

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

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

3737
/** @var string Release date. */
38-
public $RELDATE = '7-March-2013';
38+
public $RELDATE = '20-March-2013';
3939

4040
/** @var string Release time. */
4141
public $RELTIME = '14:00';

0 commit comments

Comments
 (0)