summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-10 11:16:37 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-10 11:16:37 +0000
commitcaf9fb06c61c51c5648736eafb378dd9f50bc822 (patch)
treee7de82a782603ad9c45936a8380802493d76a667 /lib
parent08598b34a8621838ce64f4b8a3f2164072c3be1b (diff)
downloadampache-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.php2
-rw-r--r--lib/init.php2
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'];