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

Finalise 3.6-alpha3

This commit is contained in:
Paul Arthur 2012-10-15 13:16:00 -04:00
parent 10b2d039d4
commit d7c0531871
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
-------------------------------------------------------------------------- --------------------------------------------------------------------------
-------------------------------------------------------------------------- --------------------------------------------------------------------------
v.3.6-future v.3.6-Alpha3 2012-10-15
- Updated getID3 to 1.9.4b1 - Updated getID3 to 1.9.4b1
- Removed support for extremely old passwords - Removed support for extremely old passwords
- Playlists imported from M3U now retain their ordering - Playlists imported from M3U now retain their ordering

View file

@ -70,7 +70,7 @@ if ($link) {
} }
/** This is the version.... fluf nothing more... **/ /** This is the version.... fluf nothing more... **/
$results['version'] = '3.6-Alpha2-DEV'; $results['version'] = '3.6-Alpha3-DEV';
$results['int_config_version'] = '11'; $results['int_config_version'] = '11';
if ($results['force_ssl']) { if ($results['force_ssl']) {