summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-22 19:27:33 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-22 19:27:33 +0000
commit2f2aff930ae0b590d0460e783ec090114b15f04f (patch)
tree6fcf3836966ff7b0e92c1a7c157bfc1c033b8a92 /lib/init.php
parent2d06bf58a22f52e3ca3a3d046a48862da1790a40 (diff)
downloadampache-2f2aff930ae0b590d0460e783ec090114b15f04f.tar.gz
ampache-2f2aff930ae0b590d0460e783ec090114b15f04f.tar.bz2
ampache-2f2aff930ae0b590d0460e783ec090114b15f04f.zip
new httpq localplay method, fixes for preferences and mpd controller
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 a1096b01..a3c9e98d 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-Beta3 (Build 002)';
+$results['version'] = '3.3.3-Beta3 (Build 003)';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];