summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--democratic.php2
-rwxr-xr-xdocs/CHANGELOG2
-rw-r--r--flag.php2
-rw-r--r--genre.php2
-rw-r--r--lib/class/update.class.php2
-rw-r--r--lib/init.php2
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
diff --git a/flag.php b/flag.php
index 88ec902a..47285257 100644
--- a/flag.php
+++ b/flag.php
@@ -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
diff --git a/genre.php b/genre.php
index 29a4dd82..2f34b920 100644
--- a/genre.php
+++ b/genre.php
@@ -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'];