summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-21 01:00:58 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-21 01:00:58 +0200
commit7533476fe2aa5d68009a9d63c117b6c192f351c3 (patch)
tree10031f30fe570860e06a1d4130c4c401489532fc /lib
parentb21de76409f7dd06a507b268fbd857edfd8a0d86 (diff)
downloadsmokeping-7533476fe2aa5d68009a9d63c117b6c192f351c3.tar.gz
smokeping-7533476fe2aa5d68009a9d63c117b6c192f351c3.tar.xz
prepare for the release of smokeping-20060621_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 e671a0c..409452e 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="20060620";
+$VERSION="20060621";
# we want opts everywhere
my %opt;