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

Commit c7f0310

Browse files
committedJan 22, 2018
Bump the version number.
1 parent c02fa9e commit c7f0310

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', '32');
16+
define('BUILD', '33');
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.33 (2018-XX-XX)
4+
Version 3.5.33 (2018-01-22)
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+
'30050339,30050339;'. // 3.5.33
2021
'30050329,30050329;'. // 3.5.32
2122
'30050319,30050319;'. // 3.5.31
2223
'30050309,30050309;'. // 3.5.30

0 commit comments

Comments
 (0)
This repository has been archived.