File tree 4 files changed +6
-4
lines changed
administrator/manifests/files
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
<authorUrl >www.joomla.org</authorUrl >
7
7
<copyright >(C) 2005 - 2013 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.1.0_beta1 </version >
9
+ <version >3.1.0_beta2 </version >
10
10
<creationDate >March 2013</creationDate >
11
11
<description >FILES_JOOMLA_XML_DESCRIPTION</description >
12
12
Original file line number Diff line number Diff line change 32
32
33
33
// Set release for each build
34
34
// Release is third digit (like '0', '1', or '2')
35
- $ release = '0_beta1 ' ;
35
+ $ release = '0_beta2 ' ;
36
36
37
37
// Set path to git binary (e.g., /usr/local/git/bin/git or /urs/bin/git)
38
38
$ gitPath = '/usr/bin/git ' ;
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ $ -> Language fix or change
26
26
- -> Removed
27
27
! -> Note
28
28
29
+ -------------------- 3.1 Beta 2 Release [20-Mar-2012] ------------------
30
+
29
31
20-Mar-2013 Mark Dexter
30
32
# [#30326] Cannot add position in Module Manager. Thanks Roberto Segura.
31
33
# [#30314] Move to new JFeed. Thanks Elin.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ final class JVersion
23
23
public $ RELEASE = '3.1 ' ;
24
24
25
25
/** @var string Maintenance version. */
26
- public $ DEV_LEVEL = '0_beta1 ' ;
26
+ public $ DEV_LEVEL = '0_beta2 ' ;
27
27
28
28
/** @var string Development STATUS. */
29
29
public $ DEV_STATUS = 'Beta ' ;
@@ -35,7 +35,7 @@ final class JVersion
35
35
public $ CODENAME = 'Ember ' ;
36
36
37
37
/** @var string Release date. */
38
- public $ RELDATE = '7 -March-2013 ' ;
38
+ public $ RELDATE = '20 -March-2013 ' ;
39
39
40
40
/** @var string Release time. */
41
41
public $ RELTIME = '14:00 ' ;
You can’t perform that action at this time.
0 commit comments