summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-26 02:03:17 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-26 02:03:17 +0000
commit767a3781ec2b3c8f6493bf09c8621fb8ffb1fe3a (patch)
tree9e3aeeceab5a82cb115ee7d91be4619d9e9fc30f /lib/init.php
parentda4199c418dae544e29bea8bc44801de778e29f1 (diff)
downloadampache-767a3781ec2b3c8f6493bf09c8621fb8ffb1fe3a.tar.gz
ampache-767a3781ec2b3c8f6493bf09c8621fb8ffb1fe3a.tar.bz2
ampache-767a3781ec2b3c8f6493bf09c8621fb8ffb1fe3a.zip
preparing for release point, exciting stuff
Diffstat (limited to 'lib/init.php')
-rw-r--r--lib/init.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/init.php b/lib/init.php
index 6cf2c422..57de1b35 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -81,8 +81,8 @@ if (!count($results)) {
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.4-Alpha3 Build (004)';
-$results['int_config_version'] = '5';
+$results['version'] = '3.4-Alpha3';
+$results['int_config_version'] = '6';
$results['raw_web_path'] = $results['web_path'];
$results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path'];