summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-01 20:25:58 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-01 20:25:58 +0000
commita8a0dc224e1889f70873287caf0b4a00a278303f (patch)
tree83fbe019b3b5f4272014f1eaf3d5c803be3f780d
parentdbc12ab93ab5d86273d2e7b096b75be2e4b071f0 (diff)
downloadampache-a8a0dc224e1889f70873287caf0b4a00a278303f.tar.gz
ampache-a8a0dc224e1889f70873287caf0b4a00a278303f.tar.bz2
ampache-a8a0dc224e1889f70873287caf0b4a00a278303f.zip
we have gone stable
-rwxr-xr-xdocs/CHANGELOG6
-rw-r--r--lib/init.php2
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'];