summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-30 07:18:46 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-30 07:18:46 +0000
commit49c1cefcb9a2dc3f81d868655e64d2e357750f9d (patch)
tree2629a06d26be02de3c936b4ee39c7c6b72615248 /lib/init.php
parent598a200b969da093a99153173129257da080f71b (diff)
downloadampache-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.php2
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'];