summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-30 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-30 01:00:51 +0200
commit69b06b6d2be1213fad332fc9703d21a9def4ad3a (patch)
tree6b0411f5b1adee873f4c85ef621061e24a8d2113 /lib
parent6dc9756724675d893fdd7a5b5d360f92ed834295 (diff)
downloadsmokeping-69b06b6d2be1213fad332fc9703d21a9def4ad3a.tar.gz
smokeping-69b06b6d2be1213fad332fc9703d21a9def4ad3a.tar.xz
prepare for the release of smokeping-20060530_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 e21d08d..60fec92 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="20060529";
+$VERSION="20060530";
# we want opts everywhere
my %opt;