summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-14 05:38:17 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-14 05:38:17 +0000
commit1cf69f04be778cdf377c53ca9ab2182d27756f94 (patch)
treec762a13e7a95afe03ad149b3a14d1fdbbf3d8597 /lib/init.php
parent29b7de37028e9b923591ff0a2a810203037c174e (diff)
downloadampache-1cf69f04be778cdf377c53ca9ab2182d27756f94.tar.gz
ampache-1cf69f04be778cdf377c53ca9ab2182d27756f94.tar.bz2
ampache-1cf69f04be778cdf377c53ca9ab2182d27756f94.zip
some minor MPD changes and bug fixes for localplay
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 a74d9ac4..6418c826 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -67,7 +67,7 @@ if (!$results = read_config($configfile,0)) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.3.3-Alpha2';
+$results['version'] = '3.3.3-Beta1 (Build 001)';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];