File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
administrator/manifests/files Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ' ;
Original file line number Diff line number Diff 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+
293120-Mar-2013 Mark Dexter
3032 # [#30326] Cannot add position in Module Manager. Thanks Roberto Segura.
3133 # [#30314] Move to new JFeed. Thanks Elin.
Original file line number Diff line number Diff 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 ' ;
You can’t perform that action at this time.
0 commit comments