summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-11 06:45:43 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-11 06:45:43 +0000
commit691d6bb0a374713d8f971bf6717b6205be5eb9cf (patch)
treea0b69991dd6ff7f28aea6dee2f88ace4c476b58e /lib
parentc11aa971ca9c8863ca61ae3ea0c83af68e61bffc (diff)
downloadampache-691d6bb0a374713d8f971bf6717b6205be5eb9cf.tar.gz
ampache-691d6bb0a374713d8f971bf6717b6205be5eb9cf.tar.bz2
ampache-691d6bb0a374713d8f971bf6717b6205be5eb9cf.zip
fixed playlist download selected so it actually gives you what you ask for
Diffstat (limited to 'lib')
-rw-r--r--lib/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php
index 9fbf8e6f..329d1494 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 Build (001)';
+$results['version'] = '3.3.2 Build (002)';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];