29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00

Reset to dev

This commit is contained in:
FancyFranci 2022-11-08 16:04:35 +01:00
parent e0748111e7
commit d35d0dd7ea
No known key found for this signature in database
GPG Key ID: F25583615EEA9219
10 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@
<extension client="administrator" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.2.5</version>
<version>4.2.6</version>
<creationDate>2022-11</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="administrator">
<name>English (en-GB)</name>
<version>4.2.5</version>
<version>4.2.6</version>
<creationDate>2022-11</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.2.5</version>
<version>4.2.6-dev</version>
<creationDate>2022-11</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

View File

@ -2,7 +2,7 @@
<extension type="package" method="upgrade">
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>4.2.5.1</version>
<version>4.2.6.1</version>
<creationDate>2022-11</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -2,7 +2,7 @@
<extension client="api" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.2.5</version>
<version>4.2.6</version>
<creationDate>2022-11</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="api">
<name>English (en-GB)</name>
<version>4.2.5</version>
<version>4.2.6</version>
<creationDate>2022-11</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>4.2.5</version>
<version>4.2.6</version>
<creationDate>2022-11</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

View File

@ -2,7 +2,7 @@
<extension client="site" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.2.5</version>
<version>4.2.6</version>
<creationDate>2022-11</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="site">
<name>English (en-GB)</name>
<version>4.2.5</version>
<version>4.2.6</version>
<creationDate>2022-11</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -55,7 +55,7 @@ final class Version
* @var integer
* @since 3.8.0
*/
public const PATCH_VERSION = 5;
public const PATCH_VERSION = 6;
/**
* Extra release version info.
@ -66,7 +66,7 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = '';
public const EXTRA_VERSION = 'dev';
/**
* Development status.
@ -74,7 +74,7 @@ final class Version
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Stable';
public const DEV_STATUS = 'Development';
/**
* Code name.
@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '15:00';
public const RELTIME = '14:59';
/**
* Release timezone.