diff --git a/docs/CHANGELOG b/docs/CHANGELOG index f2ef51fd..638026ae 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -3,7 +3,9 @@ -------------------------------------------------------------------------- -------------------------------------------------------------------------- - v.3.6-future + v.3.6-Alpha4 2012-11-27 + - Removed lyric support, which was broken and ugly + - Removed tight coupling to the PHP mysql extension - Fixed an issue with adding catalogs on Windows caused by inconsistent behaviour of is_readable() (reported by Lockzi) diff --git a/lib/init.php b/lib/init.php index a597cd55..a759f32b 100644 --- a/lib/init.php +++ b/lib/init.php @@ -70,7 +70,7 @@ if ($link) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.6-Alpha3-DEV'; +$results['version'] = '3.6-Alpha4-DEV'; $results['int_config_version'] = '11'; if ($results['force_ssl']) {