summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-18 17:02:31 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-18 17:02:31 +0000
commita9e7b1fd2e0679ad7920c5c57ade38805bc111c8 (patch)
tree3f58caf1d004261cade17387eac9572b34b5c5c5 /lib/init.php
parent52708f81777a098c3f32e033b5fb25ed1b9f8cd6 (diff)
downloadampache-a9e7b1fd2e0679ad7920c5c57ade38805bc111c8.tar.gz
ampache-a9e7b1fd2e0679ad7920c5c57ade38805bc111c8.tar.bz2
ampache-a9e7b1fd2e0679ad7920c5c57ade38805bc111c8.zip
nasty catalog add bug I am sooo fired
Diffstat (limited to 'lib/init.php')
-rw-r--r--lib/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php
index b6604ff1..ecb8c2c5 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';
+$results['version'] = '3.3.3-Beta2';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];