summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-15 01:00:57 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-15 01:00:57 +0200
commit8bc2e1bc392f4d47ddece6a967a2823691179f7f (patch)
tree3a7b1c13e621d65b28578bc05c92c128c8b86f58 /lib/Smokeping.pm
parent3c2f4e5ab0b7318c6ea1e59b829b09533a4aaf25 (diff)
downloadsmokeping-8bc2e1bc392f4d47ddece6a967a2823691179f7f.tar.gz
smokeping-8bc2e1bc392f4d47ddece6a967a2823691179f7f.tar.xz
prepare for the release of smokeping-20060615_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 b9e71e3..a518853 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="20060614";
+$VERSION="20060615";
# we want opts everywhere
my %opt;