diff options
Diffstat (limited to 'lib/init.php')
-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 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']; |