diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 09:16:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 09:16:20 +0000 |
commit | ce284d7a8329ab68ae6c12cc6f68f1d34d90d863 (patch) | |
tree | 8d5bdbc640009c5582d8d3feae02787a78f138aa /lib/init.php | |
parent | c6feba1f33ce8352606cf07715037976abecb9df (diff) | |
download | ampache-ce284d7a8329ab68ae6c12cc6f68f1d34d90d863.tar.gz ampache-ce284d7a8329ab68ae6c12cc6f68f1d34d90d863.tar.bz2 ampache-ce284d7a8329ab68ae6c12cc6f68f1d34d90d863.zip |
last commit pre beta1 release
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index abf43b39..b6604ff1 100644 --- a/lib/init.php +++ b/lib/init.php @@ -67,7 +67,7 @@ if (!$results = read_config($configfile,0)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.3.3-Beta1 (Build 002)'; +$results['version'] = '3.3.3-Beta1'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; |