From 5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 6 Oct 2006 05:20:20 +0000 Subject: fixed css issue, now playing issue and improved mpd controller a tiny bit --- lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/init.php b/lib/init.php index 4a992671..f76f3eb6 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'; +$results['version'] = '3.3.3-Alpha1'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; -- cgit