diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-10 11:16:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-05-10 11:16:37 +0000 |
commit | caf9fb06c61c51c5648736eafb378dd9f50bc822 (patch) | |
tree | e7de82a782603ad9c45936a8380802493d76a667 /lib | |
parent | 08598b34a8621838ce64f4b8a3f2164072c3be1b (diff) | |
download | ampache-caf9fb06c61c51c5648736eafb378dd9f50bc822.tar.gz ampache-caf9fb06c61c51c5648736eafb378dd9f50bc822.tar.bz2 ampache-caf9fb06c61c51c5648736eafb378dd9f50bc822.zip |
last commit before stable release, been a long hard road
Diffstat (limited to 'lib')
-rw-r--r-- | lib/class/update.class.php | 2 | ||||
-rw-r--r-- | lib/init.php | 2 |
2 files changed, 2 insertions, 2 deletions
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']; |