summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 03:51:43 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-09 03:51:43 +0000
commitb33aa8aec67006e641f2054e01b35a0bba316922 (patch)
treec8cd987885155b9462ea127d990cc9cdae1c3376 /lib/init.php
parent7b89ee50023a4a8ea60e9bc1789072d6a1db91e9 (diff)
downloadampache-b33aa8aec67006e641f2054e01b35a0bba316922.tar.gz
ampache-b33aa8aec67006e641f2054e01b35a0bba316922.tar.bz2
ampache-b33aa8aec67006e641f2054e01b35a0bba316922.zip
fixed issue with lack of timeout reset on some add to catalog functions and fixed batch downloads from active playlist
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 e644924f..94dca030 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -71,7 +71,7 @@ if (!count($results)) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.4-Alpha2';
+$results['version'] = '3.4-Alpha3 Build (001)';
$results['int_config_version'] = '5';
$results['raw_web_path'] = $results['web_path'];