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

Commit f17a7e4

Browse files
committed
Bump the version number.
1 parent d16c824 commit f17a7e4

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
@@ -13,7 +13,7 @@
1313
* Core version
1414
*/
1515
define('VERSION', '3.5');
16-
define('BUILD', '29');
16+
define('BUILD', '30');
1717
define('LONG_TERM_SUPPORT', true);
1818

1919

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.5.30 (2017-XX-XX)
4+
Version 3.5.30 (2017-10-06)
55
---------------------------
66

77
### Fixed

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+
'30050309,30050309;'. // 3.5.30
2021
'30050299,30050299;'. // 3.5.29
2122
'30050289,30050289;'. // 3.5.28
2223
'30050279,30050279;'. // 3.5.27

0 commit comments

Comments
 (0)