diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-05-01 07:44:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-05-01 07:44:26 +0000 |
commit | 7049a9976a25e95cb1ee68a84a853211ccc3db8a (patch) | |
tree | 759fd9092320fc38ecf3468690d60af9cea89166 /modules/init.php | |
parent | a02b8ce20746ef5449e661ac8ffdb4e1974e65c2 (diff) | |
download | ampache-7049a9976a25e95cb1ee68a84a853211ccc3db8a.tar.gz ampache-7049a9976a25e95cb1ee68a84a853211ccc3db8a.tar.bz2 ampache-7049a9976a25e95cb1ee68a84a853211ccc3db8a.zip |
icecast controller
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 76916228..51bc367e 100644 --- a/modules/init.php +++ b/modules/init.php @@ -80,7 +80,7 @@ if (!$results['allow_stream_playback']) { /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.2-Beta3 (Build 005)'; +$results['version'] = '3.3.2-Beta3 (Build 006)'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; |