diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-22 00:54:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-22 00:54:20 +0000 |
commit | bba84d172a89e5621c29f2e4359d87bb09f346ff (patch) | |
tree | 83b9f02bbcb15d7df0bd3b9b40b800fa8b4984b3 /lib/init.php | |
parent | 0f5c3ddf3aa9e75289af56536806c220fec5d776 (diff) | |
download | ampache-bba84d172a89e5621c29f2e4359d87bb09f346ff.tar.gz ampache-bba84d172a89e5621c29f2e4359d87bb09f346ff.tar.bz2 ampache-bba84d172a89e5621c29f2e4359d87bb09f346ff.zip |
last commit before beta3 release
Diffstat (limited to 'lib/init.php')
-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 8a97f5c9..45d71625 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-Beta3 (Build 009)'; +$results['version'] = '3.3.2-Beta3'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; |