From a8a0dc224e1889f70873287caf0b4a00a278303f Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 1 Oct 2006 20:25:58 +0000 Subject: we have gone stable --- docs/CHANGELOG | 6 +++--- lib/init.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 5b69e542..b669ac1a 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -3,7 +3,7 @@ -------------------------------------------------------------------------- -------------------------------------------------------------------------- - v.3.3.2 + v.3.3.2 10/01/2006 - Updated SQL file, changed default site title - Fixed Duplicate Songs functions that have been broken for a while @@ -53,7 +53,7 @@ the checkboxes. -------------------------------------------------------------------------- - v.3.3.2-Beta3 + v.3.3.2-Beta3 06/22/2006 - Fixed file-based parsing so that it can now be given priority over the tags in the files using tag_order in the config file @@ -117,7 +117,7 @@ (Thx Nikk) -------------------------------------------------------------------------- - v.3.3.2-Beta2 + v.3.3.2-Beta2 03/29/2006 - Fixed some Charset problems with htmlentities (Thx Nikk) - Fixed some issues with IE and session caching (Thx wishbone) - Improved Upload Error Messages and blanked up upload and diff --git a/lib/init.php b/lib/init.php index 703f6bbe..4a992671 100644 --- a/lib/init.php +++ b/lib/init.php @@ -80,7 +80,7 @@ if (!$results['allow_stream_playback']) { /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.2 Build (004)'; +$results['version'] = '3.3.2'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; -- cgit