summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-05 06:05:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-05 06:05:18 +0000
commitedf482ff3d21c84d99f25b84884563a8781fa7ae (patch)
tree5518f19975dde4b63e87ad7a1d00ec9015911d7c /lib/init.php
parentd24fe88905baf183892ed9fd757e698e56309904 (diff)
downloadampache-edf482ff3d21c84d99f25b84884563a8781fa7ae.tar.gz
ampache-edf482ff3d21c84d99f25b84884563a8781fa7ae.tar.bz2
ampache-edf482ff3d21c84d99f25b84884563a8781fa7ae.zip
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
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 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'];