summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-23 01:00:55 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-23 01:00:55 +0200
commit446159316e2445b0b5596696a8b135529cc64099 (patch)
treefd2a18fd5b51212aa2c004f240bc55437ba2bc4d /lib/Smokeping.pm
parenta91c8844b7e3d570753345b453a12ab46ed42f96 (diff)
downloadsmokeping-446159316e2445b0b5596696a8b135529cc64099.tar.gz
smokeping-446159316e2445b0b5596696a8b135529cc64099.tar.xz
prepare for the release of smokeping-20060623_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 10d7a36..dc0adb6 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -27,7 +27,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060622";
+$VERSION="20060623";
# we want opts everywhere
my %opt;