summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-04 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-04 01:00:54 +0200
commitc8ef7c58a2e9b8dae032071d181ea910106ce037 (patch)
tree7b6e4e91aa043005f39fb039b69e9dc743840046 /lib/Smokeping.pm
parente05c856ba16d9c731ecc196cadb408c1af54212a (diff)
downloadsmokeping-c8ef7c58a2e9b8dae032071d181ea910106ce037.tar.gz
smokeping-c8ef7c58a2e9b8dae032071d181ea910106ce037.tar.xz
prepare for the release of smokeping-20060804_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 29f6dcf..26b9948 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -28,7 +28,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060803";
+$VERSION="20060804";
# we want opts everywhere
my %opt;