diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-30 07:18:46 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-30 07:18:46 +0000 |
commit | 49c1cefcb9a2dc3f81d868655e64d2e357750f9d (patch) | |
tree | 2629a06d26be02de3c936b4ee39c7c6b72615248 /lib/init.php | |
parent | 598a200b969da093a99153173129257da080f71b (diff) | |
download | ampache-49c1cefcb9a2dc3f81d868655e64d2e357750f9d.tar.gz ampache-49c1cefcb9a2dc3f81d868655e64d2e357750f9d.tar.bz2 ampache-49c1cefcb9a2dc3f81d868655e64d2e357750f9d.zip |
few tweaks for flash player and a fixed for downsampleing
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 ae4cabbd..d54706b7 100644 --- a/lib/init.php +++ b/lib/init.php @@ -73,7 +73,7 @@ if (!$results = read_config($configfile,0)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.3-Alpha2 Build (001)'; +$results['version'] = '3.3.3-Alpha2 Build (002)'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; |