Skip to content

Commit c0ba58f

Browse files
committed
Joomla! 3.10.0 Alpha8
1 parent c87266a commit c0ba58f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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) 2019 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>3.10.0-alpha8-dev</version>
9+
<version>3.10.0-alpha8</version>
1010
<creationDate>June 2021</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

libraries/src/Version.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class Version
6060
* @var string
6161
* @since 3.8.0
6262
*/
63-
const EXTRA_VERSION = 'alpha8-dev';
63+
const EXTRA_VERSION = 'alpha8';
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 = '0-alpha8-dev';
81+
const DEV_LEVEL = '0-alpha8';
8282

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

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

116116
/**
117117
* Release time.
118118
*
119119
* @var string
120120
* @since 3.5
121121
*/
122-
const RELTIME = '14:09';
122+
const RELTIME = '08:41';
123123

124124
/**
125125
* Release timezone.

0 commit comments

Comments
 (0)