Skip to content

Commit 628aee4

Browse files
authored
Update installation language date on version bump (#35097)
1 parent b00c232 commit 628aee4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/bump.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function usage($command)
4747
'/language/en-GB/install.xml',
4848
'/administrator/language/en-GB/langmetadata.xml',
4949
'/administrator/language/en-GB/install.xml',
50-
'/installation/language/en-GB/en-GB.xml',
50+
'/installation/language/en-GB/langmetadata.xml',
5151
'/api/language/en-GB/langmetadata.xml'
5252
);
5353

installation/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile client="installation">
33
<name>English (United Kingdom)</name>
44
<version>4.0.0</version>
5-
<creationDate>October 2019</creationDate>
5+
<creationDate>August 2021</creationDate>
66
<author>Joomla! Project</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

installation/language/en-US/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile client="installation">
33
<name>English (United States)</name>
44
<version>4.0.0</version>
5-
<creationDate>October 2019</creationDate>
5+
<creationDate>August 2021</creationDate>
66
<author>Joomla! Project</author>
77
<copyright>(C) 2008 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

0 commit comments

Comments
 (0)