summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-27 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-27 01:00:54 +0200
commitd39c56dca8b14e5fb90695e62a3ba288e6094d6c (patch)
tree92f71c9dbc0b0b62b732948e9d6814454b407ad9 /lib
parentff15a9dfc43a89f23ed99e100b97c6280ca79a96 (diff)
downloadsmokeping-d39c56dca8b14e5fb90695e62a3ba288e6094d6c.tar.gz
smokeping-d39c56dca8b14e5fb90695e62a3ba288e6094d6c.tar.xz
prepare for the release of smokeping-20060527_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index d3a1535..ecbf8bd 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="20060526";
+$VERSION="20060527";
# we want opts everywhere
my %opt;