diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-01 20:25:58 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-01 20:25:58 +0000 |
commit | a8a0dc224e1889f70873287caf0b4a00a278303f (patch) | |
tree | 83fbe019b3b5f4272014f1eaf3d5c803be3f780d /lib | |
parent | dbc12ab93ab5d86273d2e7b096b75be2e4b071f0 (diff) | |
download | ampache-a8a0dc224e1889f70873287caf0b4a00a278303f.tar.gz ampache-a8a0dc224e1889f70873287caf0b4a00a278303f.tar.bz2 ampache-a8a0dc224e1889f70873287caf0b4a00a278303f.zip |
we have gone stable
Diffstat (limited to 'lib')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index 703f6bbe..4a992671 100644 --- a/lib/init.php +++ b/lib/init.php @@ -80,7 +80,7 @@ if (!$results['allow_stream_playback']) { /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.2 Build (004)'; +$results['version'] = '3.3.2'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; |