summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
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 af14fea3..e64a6e14 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -20,7 +20,7 @@
*/
// SVN Fluf
-//$svn_version = 'Subversion ' . trim('$Rev$','$ ');
+$svn_version = 'Subversion ' . trim('$Rev$','$ ');
// Use output buffering, this gains us a few things and
// fixes some CSS issues
@@ -90,7 +90,7 @@ if (!function_exists('hash') OR !function_exists('inet_pton') OR (strtoupper(sub
}
/** This is the version.... fluf nothing more... **/
-$results['version'] = '3.5 '. $svn_version;
+$results['version'] = '3.6-Alpha1 '. $svn_version;
$results['int_config_version'] = '10';
$results['raw_web_path'] = $results['web_path'];