File tree 2 files changed +5
-5
lines changed
administrator/manifests/files 2 files changed +5
-5
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.9-dev </version >
9
+ <version >4.4.9</version >
10
10
<creationDate >2024-10</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 = 'dev ' ;
69
+ public const EXTRA_VERSION = '' ;
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 = 'Development ' ;
77
+ public const DEV_STATUS = 'Stable ' ;
78
78
79
79
/**
80
80
* Code name.
@@ -90,15 +90,15 @@ final class Version
90
90
* @var string
91
91
* @since 3.5
92
92
*/
93
- public const RELDATE = '8 -October-2024 ' ;
93
+ public const RELDATE = '15 -October-2024 ' ;
94
94
95
95
/**
96
96
* Release time.
97
97
*
98
98
* @var string
99
99
* @since 3.5
100
100
*/
101
- public const RELTIME = '16:01 ' ;
101
+ public const RELTIME = '16:00 ' ;
102
102
103
103
/**
104
104
* Release timezone.
You can’t perform that action at this time.
0 commit comments