Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit ff11561

Browse files
committedOct 31, 2014
Bump the version number
1 parent c2ab913 commit ff11561

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎system/config/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Core version
1616
*/
1717
define('VERSION', '3.4');
18-
define('BUILD', '0-beta1');
18+
define('BUILD', '0-RC1');
1919
define('LONG_TERM_SUPPORT', false);
2020

2121

‎system/docs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Contao Open Source CMS changelog
22
================================
33

4-
Version 3.4.0-RC1 (2014-XX-XX)
4+
Version 3.4.0-RC1 (2014-10-31)
55
------------------------------
66

77
### New

‎system/modules/repository/classes/RepositorySettings.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
// valid core versions in descending order
1919
define('REPOSITORY_COREVERSIONS',
20+
'30040006,30040006;'. // 3.4.0-RC1
2021
'30040003,30040003;'. // 3.4.0-beta1
2122
'30030069,30030069;'. // 3.3.6
2223
'30030059,30030059;'. // 3.3.5

0 commit comments

Comments
 (0)
This repository has been archived.