diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 17:02:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-18 17:02:31 +0000 |
commit | a9e7b1fd2e0679ad7920c5c57ade38805bc111c8 (patch) | |
tree | 3f58caf1d004261cade17387eac9572b34b5c5c5 /lib/init.php | |
parent | 52708f81777a098c3f32e033b5fb25ed1b9f8cd6 (diff) | |
download | ampache-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.php | 2 |
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']; |