summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-19 08:36:56 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-19 08:36:56 +0000
commit988f2a92ec9ad57d281e574da457638d1dcc8171 (patch)
treeb20b3e42d0e1e882a01bda0fa38f4b02b32f15dc /lib/init.php
parent70df9d795a112c52fede9a3f86c0dc7f889a6326 (diff)
downloadampache-988f2a92ec9ad57d281e574da457638d1dcc8171.tar.gz
ampache-988f2a92ec9ad57d281e574da457638d1dcc8171.tar.bz2
ampache-988f2a92ec9ad57d281e574da457638d1dcc8171.zip
new icons
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 7b834c75..2b45e59e 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-Beta2';
+$results['version'] = '3.3.3-Beta3 (Build 001)';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];