summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-27 01:01:02 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-03-27 01:01:02 +0200
commit4f7b53be0f6b0ca441e680a4c204c6bb9ddb5b29 (patch)
tree16273280c0b090dc59f0d5114df9d6d96d12b832 /lib
parent52b28733e7944e8d271d9e83f2b6da15c2f4a97d (diff)
downloadsmokeping-4f7b53be0f6b0ca441e680a4c204c6bb9ddb5b29.tar.gz
smokeping-4f7b53be0f6b0ca441e680a4c204c6bb9ddb5b29.tar.xz
prepare for the release of smokeping-20060327_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 01ff587..e538d07 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="20060326";
+$VERSION="20060327";
# we want opts everywhere
my %opt;