diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-31 07:24:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-31 07:24:31 +0000 |
commit | c7b024af540bd0eb38d06108349aad12e8e7a60e (patch) | |
tree | 25d7b7a20cdfea97b9eb487a20d9383efb2325e9 /lib | |
parent | f8c98952aa5a8a30a50160db864217d6bf942a8f (diff) | |
download | ampache-c7b024af540bd0eb38d06108349aad12e8e7a60e.tar.gz ampache-c7b024af540bd0eb38d06108349aad12e8e7a60e.tar.bz2 ampache-c7b024af540bd0eb38d06108349aad12e8e7a60e.zip |
bump config version so people are foced to re-gen
Diffstat (limited to 'lib')
-rw-r--r-- | lib/init.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/init.php b/lib/init.php index 698e21da..0f87d82d 100644 --- a/lib/init.php +++ b/lib/init.php @@ -67,8 +67,8 @@ if (!count($results)) { } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.4-Alpha2 Build (001)'; -$results['int_config_version'] = '4'; +$results['version'] = '3.4-Alpha2 Build (002)'; +$results['int_config_version'] = '5'; $results['raw_web_path'] = $results['web_path']; $results['web_path'] = $http_type . $_SERVER['HTTP_HOST'] . $results['web_path']; |