From b33aa8aec67006e641f2054e01b35a0bba316922 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 9 Sep 2007 03:51:43 +0000 Subject: fixed issue with lack of timeout reset on some add to catalog functions and fixed batch downloads from active playlist --- 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 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']; -- cgit