Change version to 0.2.5

git-svn-id: http://www.observium.org/svn/observer/trunk@17 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2007-04-03 16:27:34 +00:00
parent 06ed902f69
commit a50669dde9

View File

@@ -23,7 +23,6 @@ $ipcalc = "/usr/bin/ipcalc";
$snmpwalk = "/usr/bin/snmpwalk";
$snmpget = "/usr/bin/snmpget";
### List of networks to allow scanning-based discovery
$nets = array ("172.22.0.0/16", "10.0.0.0/8");
@@ -66,7 +65,7 @@ $warn_colour_b = "#ffcccc";
# No changes below this line #
##############################
$observer_version = "0.2.4";
$observer_version = "0.2.5";
### Connect to database
if (!@mysql_connect($db_host, $db_user, $db_pass)) {