diff --git a/html/index.php b/html/index.php index 0bd1304302..e1468f69d3 100755 --- a/html/index.php +++ b/html/index.php @@ -141,7 +141,7 @@ function popUp(URL) { $end = utime(); $run = $end - $start; $gentime = substr($run, 0, 5); echo("
Generated in $gentime seconds -
Observer " . $config['version'] . " © 2006-2009 Adam Armstrong +
Observer " . $config['version'] . " © 2006-2010 Adam Armstrong
This work is licensed under the GPL, version 3."); ?> diff --git a/includes/static-config.php b/includes/static-config.php index 5500be472c..52c0fd5d66 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -71,7 +71,7 @@ if(!$config['graph_colours']['mixed']) { # No changes below this line # ############################## -$config['version'] = "0.7.0-SVN"; +$config['version'] = "0.10.0"; $config['rrd_opts_array'] = explode(" ", trim($config['rrdgraph_def_text'])); # print_r($config['rrd_opts_array']);