diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-17 05:47:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-17 05:47:07 +0000 |
commit | 0a401c7ca475c0e65bbdd9212f1b6a439239c94e (patch) | |
tree | 4b10e4a0e212d82fd0d4e01af4a0bb438ca9794e /lib/init.php | |
parent | 629efec5fa1a55f9284fa8acdc3333b442e9635e (diff) | |
download | ampache-0a401c7ca475c0e65bbdd9212f1b6a439239c94e.tar.gz ampache-0a401c7ca475c0e65bbdd9212f1b6a439239c94e.tar.bz2 ampache-0a401c7ca475c0e65bbdd9212f1b6a439239c94e.zip |
updated sql files, tweak to the update and installers to make it more utf-8ish hopefully final commit before release
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/init.php b/lib/init.php index 5fe7448e..7b259dcb 100644 --- a/lib/init.php +++ b/lib/init.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) 2001 - 2008 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -81,7 +81,7 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-Beta2 Build (003)'; +$results['version'] = '3.4-Beta2'; $results['int_config_version'] = '6'; $results['raw_web_path'] = $results['web_path']; |