29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-25 04:29:48 +00:00

Reset to dev

This commit is contained in:
Harald Leithner 2019-09-24 17:54:22 +02:00
parent ccfcf962e9
commit b61308f93c
8 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2005 - 2019 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.9.12</version>
<version>3.9.13-dev</version>
<creationDate>September 2019</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

View File

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

View File

@ -3,7 +3,7 @@
version="3.8"
client="installation">
<name>English (United Kingdom)</name>
<version>3.9.12</version>
<version>3.9.13</version>
<creationDate>September 2019</creationDate>
<author>Joomla! Project</author>
<copyright>Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.</copyright>

View File

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

View File

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

View File

@ -49,7 +49,7 @@ final class Version
* @var integer
* @since 3.8.0
*/
const PATCH_VERSION = 12;
const PATCH_VERSION = 13;
/**
* Extra release version info.
@ -60,7 +60,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = '';
const EXTRA_VERSION = 'dev';
/**
* Release version.
@ -78,7 +78,7 @@ final class Version
* @since 3.5
* @deprecated 4.0 Use separated version constants instead
*/
const DEV_LEVEL = '12';
const DEV_LEVEL = '13-dev';
/**
* Development status.
@ -86,7 +86,7 @@ final class Version
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Stable';
const DEV_STATUS = 'Development';
/**
* Build number.
@ -111,7 +111,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '24-September-2019';
const RELDATE = '23-September-2019';
/**
* Release time.
@ -119,7 +119,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '15:00';
const RELTIME = '15:23';
/**
* Release timezone.