diff options
-rw-r--r-- | democratic.php | 2 | ||||
-rwxr-xr-x | docs/CHANGELOG | 2 | ||||
-rw-r--r-- | flag.php | 2 | ||||
-rw-r--r-- | genre.php | 2 | ||||
-rw-r--r-- | lib/class/update.class.php | 2 | ||||
-rw-r--r-- | lib/init.php | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/democratic.php b/democratic.php index ab997f02..7c1e2e53 100644 --- a/democratic.php +++ b/democratic.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2008 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 7cecf381..9fcde8b0 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -3,7 +3,7 @@ -------------------------------------------------------------------------- -------------------------------------------------------------------------- - v.3.4 + v.3.4 05/10/2008 - Fixed an issue where the plugins could be installed infinite times if you kept refreshing the install page causing them to break - Fixed a problem with creating new preferences using the class @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2006 Ampache.org + Copyright (c) Ampache.org All Rights Reserved This program is free software; you can redistribute it and/or @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 6e846c44..a02d93ca 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -1249,7 +1249,7 @@ class Update { */ public static function update_340018() { - // MySQL translte real charset names into fancy smancy MySQL land names + // MySQL translate real charset names into fancy smancy MySQL land names switch (strtoupper(Config::get('site_charset'))) { case 'CP1250': case 'WINDOWS-1250': diff --git a/lib/init.php b/lib/init.php index 7771d95f..1ae0e646 100644 --- a/lib/init.php +++ b/lib/init.php @@ -81,7 +81,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-RC1'; +$results['version'] = '3.4'; $results['int_config_version'] = '7'; $results['raw_web_path'] = $results['web_path']; |