1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00

Finalise 3.6-alpha4

This commit is contained in:
Paul Arthur 2012-11-27 14:47:46 -05:00
parent 4e247196ff
commit 8444fd6b1e
2 changed files with 4 additions and 2 deletions

View file

@ -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)

View file

@ -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']) {