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

Commit 3b1dcfd

Browse files
committed
Bump the version number
1 parent dcbb870 commit 3b1dcfd

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.3');
18-
define('BUILD', '4');
18+
define('BUILD', '5');
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.3.5 (2014-XX-XX)
4+
Version 3.3.5 (2014-08-27)
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+
'30030059,30030059;'. // 3.3.5
2021
'30030049,30030049;'. // 3.3.4
2122
'30030039,30030039;'. // 3.3.3
2223
'30030029,30030029;'. // 3.3.2

0 commit comments

Comments
 (0)