diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-25 15:29:01 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-25 15:29:01 +0000 |
commit | b89350528c02ff220c2cf67ea590fc667823a607 (patch) | |
tree | 6f7c963ede7b699ad34f28d0918bebfe516397b0 /lib/init.php | |
parent | 37c5f052baca5ffd8130468464cf8a9a91d83ece (diff) | |
download | ampache-b89350528c02ff220c2cf67ea590fc667823a607.tar.gz ampache-b89350528c02ff220c2cf67ea590fc667823a607.tar.bz2 ampache-b89350528c02ff220c2cf67ea590fc667823a607.zip |
removed duplicate creation of tmpplaylist with flash player
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index 646460ef..35a56a1f 100644 --- a/lib/init.php +++ b/lib/init.php @@ -81,7 +81,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-Beta1'; +$results['version'] = '3.4-Beta2 Build (001)'; $results['int_config_version'] = '6'; $results['raw_web_path'] = $results['web_path']; |