diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-11 05:11:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-11 05:11:26 +0000 |
commit | 53028c86faa8039a87bbdcabef6bc7441757ac18 (patch) | |
tree | 6f7adae20cda274e5134cc55033993350a25281f /modules/init.php | |
parent | dbd8fa45fb7a959d44e6d7a2ea8293cfa400fe05 (diff) | |
download | ampache-53028c86faa8039a87bbdcabef6bc7441757ac18.tar.gz ampache-53028c86faa8039a87bbdcabef6bc7441757ac18.tar.bz2 ampache-53028c86faa8039a87bbdcabef6bc7441757ac18.zip |
fixed update
Diffstat (limited to 'modules/init.php')
-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 a98b9045..458b75bd 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.2-Alpha1 (Build 003)'; +$results['conf']['version'] = '3.3.2-Alpha1 (Build 004)'; $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'; |