Skip to content

Commit f2b6d58

Browse files
committed
Reset to dev
1 parent 4cf3b7c commit f2b6d58

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

administrator/language/en-GB/en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<metafile version="3.9" client="administrator">
33
<name>English (en-GB)</name>
4-
<version>3.9.27</version>
4+
<version>3.9.28</version>
55
<creationDate>May 2021</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>

administrator/language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension version="3.9" client="administrator" type="language" method="upgrade">
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
5-
<version>3.9.27</version>
5+
<version>3.9.28</version>
66
<creationDate>May 2021</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>

administrator/manifests/files/joomla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2005 - 2020 Open Source Matters. All rights reserved</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>3.9.27</version>
9+
<version>3.9.28-dev</version>
1010
<creationDate>May 2021</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

administrator/manifests/packages/pkg_en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension type="package" version="3.9" method="upgrade">
33
<name>English (en-GB) Language Pack</name>
44
<packagename>en-GB</packagename>
5-
<version>3.9.27.1</version>
5+
<version>3.9.28.1</version>
66
<creationDate>May 2021</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>

installation/language/en-GB/en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version="3.8"
44
client="installation">
55
<name>English (United Kingdom)</name>
6-
<version>3.9.27</version>
6+
<version>3.9.28</version>
77
<creationDate>May 2021</creationDate>
88
<author>Joomla! Project</author>
99
<copyright>Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.</copyright>

language/en-GB/en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<metafile version="3.9" client="site">
33
<name>English (en-GB)</name>
4-
<version>3.9.27</version>
4+
<version>3.9.28</version>
55
<creationDate>May 2021</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>

language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension version="3.9" client="site" type="language" method="upgrade">
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
5-
<version>3.9.27</version>
5+
<version>3.9.28</version>
66
<creationDate>May 2021</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>

libraries/src/Version.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ final class Version
4949
* @var integer
5050
* @since 3.8.0
5151
*/
52-
const PATCH_VERSION = 27;
52+
const PATCH_VERSION = 28;
5353

5454
/**
5555
* Extra release version info.
@@ -60,7 +60,7 @@ final class Version
6060
* @var string
6161
* @since 3.8.0
6262
*/
63-
const EXTRA_VERSION = '';
63+
const EXTRA_VERSION = 'dev';
6464

6565
/**
6666
* Release version.
@@ -78,15 +78,15 @@ final class Version
7878
* @since 3.5
7979
* @deprecated 4.0 Use separated version constants instead
8080
*/
81-
const DEV_LEVEL = '27';
81+
const DEV_LEVEL = '28-dev';
8282

8383
/**
8484
* Development status.
8585
*
8686
* @var string
8787
* @since 3.5
8888
*/
89-
const DEV_STATUS = 'Stable';
89+
const DEV_STATUS = 'Development';
9090

9191
/**
9292
* Build number.
@@ -111,15 +111,15 @@ final class Version
111111
* @var string
112112
* @since 3.5
113113
*/
114-
const RELDATE = '25-May-2021';
114+
const RELDATE = '24-May-2021';
115115

116116
/**
117117
* Release time.
118118
*
119119
* @var string
120120
* @since 3.5
121121
*/
122-
const RELTIME = '15:00';
122+
const RELTIME = '11:29';
123123

124124
/**
125125
* Release timezone.

0 commit comments

Comments
 (0)