summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-04 01:00:53 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-04 01:00:53 +0200
commit5b28dc9edb84d5486916199881707a5a796b32a6 (patch)
tree8251bba08e34fc17f3bb9377a880cdc99915d9c9 /lib
parent60ca4e5022ad0723ad931603ce9d7aeaae8df4a8 (diff)
downloadsmokeping-5b28dc9edb84d5486916199881707a5a796b32a6.tar.gz
smokeping-5b28dc9edb84d5486916199881707a5a796b32a6.tar.xz
prepare for the release of smokeping-20060404_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 71c61d8..4127137 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="20060403";
+$VERSION="20060404";
# we want opts everywhere
my %opt;