diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-27 19:19:21 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-27 19:19:21 +0000 |
commit | 3369292d9ffa7f89079ee090755970e684c658ce (patch) | |
tree | 7cb1a8e0adab16f98691ad0db4634e86d3259404 /modules | |
parent | f16eed74ae62d939289420bf113e9b17694f984d (diff) | |
download | ampache-3369292d9ffa7f89079ee090755970e684c658ce.tar.gz ampache-3369292d9ffa7f89079ee090755970e684c658ce.tar.bz2 ampache-3369292d9ffa7f89079ee090755970e684c658ce.zip |
fixed wrap around problem on themes, thx sigger
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 2349ea7b..66927a5a 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-Alpha4'; +$results['conf']['version'] = '3.3.2-Beta1 (Build 001)'; $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'; |