From edf482ff3d21c84d99f25b84884563a8781fa7ae Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 5 Jul 2007 06:05:18 +0000 Subject: moved back to a GPL flash player for 3.4 codebase, fixed some stream issues (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation --- lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/init.php') diff --git a/lib/init.php b/lib/init.php index 8bccb7c8..6d3a1d5c 100644 --- a/lib/init.php +++ b/lib/init.php @@ -67,7 +67,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-Alpha1 (Build 002)'; +$results['version'] = '3.4-Alpha1'; $results['int_config_version'] = '2'; $results['raw_web_path'] = $results['web_path']; -- cgit