diff options
-rwxr-xr-x | docs/CHANGELOG | 2 | ||||
-rwxr-xr-x | docs/README | 4 | ||||
-rw-r--r-- | lib/init.php | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index e0801714..6cc3e546 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -3,7 +3,7 @@ -------------------------------------------------------------------------- -------------------------------------------------------------------------- - v.3-5-Alpha2 + v.3-5-Alpha2 03/08/2009 - Fixed caching of objects with no return value - Fixed updating of songs that should not be updated during catalog verify diff --git a/docs/README b/docs/README index 1e9d284c..43bd7f34 100755 --- a/docs/README +++ b/docs/README @@ -47,6 +47,10 @@ Contents: - SHN - APE - SPX + - FLV + - AVI + - MPG + - M4V B) Supported Stream Methods diff --git a/lib/init.php b/lib/init.php index 3fd06a83..3c7dcc4f 100644 --- a/lib/init.php +++ b/lib/init.php @@ -20,7 +20,7 @@ */ // SVN Fluf -$svn_version = 'Subversion ' . trim('$Rev$','$ '); +//$svn_version = 'Subversion ' . trim('$Rev$','$ '); // Use output buffering, this gains us a few things and // fixes some CSS issues |