summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-20 00:51:15 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-20 00:51:15 +0000
commitff3fd544903062e390659e1f89bba9e30d1ee305 (patch)
tree4a6a902a274519fdae5bc5789d4b032d8f0d2951 /lib/init.php
parent5296a8d351f94a04d19791e4c9d3b73c5cb82ac6 (diff)
downloadampache-ff3fd544903062e390659e1f89bba9e30d1ee305.tar.gz
ampache-ff3fd544903062e390659e1f89bba9e30d1ee305.tar.bz2
ampache-ff3fd544903062e390659e1f89bba9e30d1ee305.zip
fixed the catalog creation, hopefully. added cleaning of shoutbox table to catalog clean fixed typo on install
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 b28554bd..f02da5be 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -81,7 +81,7 @@ if (!count($results)) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.4-Beta2 Build (002)';
+$results['version'] = '3.4-Beta2 Build (003)';
$results['int_config_version'] = '6';
$results['raw_web_path'] = $results['web_path'];