From ff218616983683ccbe6623d0e66c248e94c0ea99 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 30 Jul 2007 04:56:20 +0000 Subject: fixed now playing with audacious, and fixed clear now playing.. vollmer is fired --- 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 d5f7eaa9..698e21da 100644 --- a/lib/init.php +++ b/lib/init.php @@ -67,7 +67,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-Alpha1'; +$results['version'] = '3.4-Alpha2 Build (001)'; $results['int_config_version'] = '4'; $results['raw_web_path'] = $results['web_path']; -- cgit