29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-03 02:23:53 +00:00

set 3.8.0 Dev State

This commit is contained in:
Robert Deutz 2017-07-25 16:30:10 +02:00
parent ea0304a36e
commit 68545028b9
No known key found for this signature in database
GPG Key ID: D81EF05FE9B6B8FF
11 changed files with 14 additions and 14 deletions

View File

@ -15,7 +15,7 @@ What is this?
---------------------
* This is a Joomla! 3.x installation/upgrade package.
* Joomla's [Official website](https://www.joomla.org).
* Joomla! 3.7 [version history](https://docs.joomla.org/Special:MyLanguage/Joomla_3.7_version_history).
* Joomla! 3.8 [version history](https://docs.joomla.org/Special:MyLanguage/Joomla_3.8_version_history).
* Detailed changes are in the [changelog](https://github.com/joomla/joomla-cms/commits/master).
What is Joomla?

View File

@ -1,7 +1,7 @@
1- What is this?
* This is a Joomla! installation/upgrade package to version 3.x
* Joomla! Official site: https://www.joomla.org
* Joomla! 3.7 version history - https://docs.joomla.org/Special:MyLanguage/Joomla_3.7_version_history
* Joomla! 3.8 version history - https://docs.joomla.org/Special:MyLanguage/Joomla_3.8_version_history
* Detailed changes in the Changelog: https://github.com/joomla/joomla-cms/commits/master
2- What is Joomla?

View File

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

View File

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

View File

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

View File

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

View File

@ -84,7 +84,7 @@
<arg value="--template" />
<arg value="joomla" />
<arg value="--title" />
<arg value="Joomla! CMS 3.7 API" />
<arg value="Joomla! CMS 3.8 API" />
</exec>
</target>

View File

@ -3,7 +3,7 @@
version="3.7"
client="installation">
<name>English (United Kingdom)</name>
<version>3.7.4</version>
<version>3.8.0</version>
<creationDate>July 2017</creationDate>
<author>Joomla! Project</author>
<copyright>Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.</copyright>

View File

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

View File

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

View File

@ -30,7 +30,7 @@ final class JVersion
* @var string
* @since 3.5
*/
const RELEASE = '3.7';
const RELEASE = '3.8';
/**
* Maintenance version.
@ -38,7 +38,7 @@ final class JVersion
* @var string
* @since 3.5
*/
const DEV_LEVEL = '4';
const DEV_LEVEL = '0-dev';
/**
* Development status.
@ -46,7 +46,7 @@ final class JVersion
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Stable';
const DEV_STATUS = 'Development';
/**
* Build number.
@ -78,7 +78,7 @@ final class JVersion
* @var string
* @since 3.5
*/
const RELTIME = '11:11';
const RELTIME = '15:29';
/**
* Release timezone.