diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 04:50:28 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 04:50:28 +0000 |
commit | 6855dff6471f8534f597b7a92ee6bc35033df02a (patch) | |
tree | 5bb008a8b3c7982961c0af9f897f78b4d83c976c /modules | |
parent | 5d09d233c7efea368f8b04f915d51bd9a7ebc538 (diff) | |
download | ampache-6855dff6471f8534f597b7a92ee6bc35033df02a.tar.gz ampache-6855dff6471f8534f597b7a92ee6bc35033df02a.tar.bz2 ampache-6855dff6471f8534f597b7a92ee6bc35033df02a.zip |
testing commit e-mails
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init.php b/modules/init.php index 70db9299..fe343fe2 100644 --- a/modules/init.php +++ b/modules/init.php @@ -83,7 +83,7 @@ if (!$results['conf']['allow_stream_playback']) { } $results['conf']['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['conf']['web_path']; -$results['conf']['version'] = '3.3.1-rc Build (001)'; +$results['conf']['version'] = '3.3.1-rc Build (002)'; $results['conf']['catalog_file_pattern']= 'mp3|mpc|m4p|m4a|mp4|aac|ogg|rm|wma|asf|flac|spx'; $results['libglue']['local_table'] = 'session'; $results['libglue']['local_sid'] = 'id'; |