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

Commit

Permalink
Bump the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Apr 30, 2015
1 parent 6db3fbd commit 2f9f91d
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 37 deletions.
70 changes: 35 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Core version
*/
define('VERSION', '3.5');
define('BUILD', '0-beta1');
define('BUILD', '0-RC1');
define('LONG_TERM_SUPPORT', true);


Expand Down
2 changes: 1 addition & 1 deletion system/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Contao Open Source CMS changelog
================================

Version 3.5.0-RC1 (2015-04-XX)
Version 3.5.0-RC1 (2015-04-30)
------------------------------

### New
Expand Down
1 change: 1 addition & 0 deletions system/modules/repository/classes/RepositorySettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

// valid core versions in descending order
define('REPOSITORY_COREVERSIONS',
'30050006,30050006;'. // 3.5.0-RC1
'30050003,30050003;'. // 3.5.0-beta1
'30040059,30040059;'. // 3.4.5
'30040049,30040049;'. // 3.4.4
Expand Down

0 comments on commit 2f9f91d

Please sign in to comment.