From b611d2e0a3c4b3e67273478baa4138e3bf47c7b4 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 5 Jan 2007 08:07:00 +0000 Subject: * Added echo of pattern on print tags * Tweaked headers on ajax page * Fixed quick search box issues on browse by song * Reverted to text for browse by albums * Fixed some bad error handling on localplay --- 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 5e96e204..ba0c06d9 100644 --- a/lib/init.php +++ b/lib/init.php @@ -67,7 +67,7 @@ if (!$results = read_config($configfile,0)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.3-Beta3 (Build 003)'; +$results['version'] = '3.3.3-Beta3'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; -- cgit