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

preparing for release point, exciting stuff

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-11-26 02:03:17 +00:00
parent da4199c418
commit 767a3781ec
17 changed files with 33531 additions and 28720 deletions

View file

@ -81,8 +81,8 @@ if (!count($results)) {
}
/** This is the version.... fluf nothing more... **/
$results['version'] = '3.4-Alpha3 Build (004)';
$results['int_config_version'] = '5';
$results['version'] = '3.4-Alpha3';
$results['int_config_version'] = '6';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];