File tree 2 files changed +4
-4
lines changed
administrator/manifests/files
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
<authorUrl >www.joomla.org</authorUrl >
7
7
<copyright >(C) 2019 Open Source Matters, Inc.</copyright >
8
8
<license >GNU General Public License version 2 or later; see LICENSE.txt</license >
9
- <version >4.4.1-rc1 </version >
9
+ <version >4.4.1-rc2-dev </version >
10
10
<creationDate >2023-11</creationDate >
11
11
<description >FILES_JOOMLA_XML_DESCRIPTION</description >
12
12
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ final class Version
66
66
* @var string
67
67
* @since 3.8.0
68
68
*/
69
- public const EXTRA_VERSION = 'rc1 ' ;
69
+ public const EXTRA_VERSION = 'rc2-dev ' ;
70
70
71
71
/**
72
72
* Development status.
73
73
*
74
74
* @var string
75
75
* @since 3.5
76
76
*/
77
- public const DEV_STATUS = 'Release Candidate ' ;
77
+ public const DEV_STATUS = 'Development ' ;
78
78
79
79
/**
80
80
* Code name.
@@ -98,7 +98,7 @@ final class Version
98
98
* @var string
99
99
* @since 3.5
100
100
*/
101
- public const RELTIME = '16:00 ' ;
101
+ public const RELTIME = '16:01 ' ;
102
102
103
103
/**
104
104
* Release timezone.
You can’t perform that action at this time.
0 commit comments