summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-18 01:01:06 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-18 01:01:06 +0200
commit1d4293fd5da3b375fb309c30b8072571615813f0 (patch)
treecf818ac24c5ff659671856cd1dfa7131ab878a88 /lib
parenta2b9b44105bf022c23f5fd8edcdc65fae6c4dcb3 (diff)
downloadsmokeping-1d4293fd5da3b375fb309c30b8072571615813f0.tar.gz
smokeping-1d4293fd5da3b375fb309c30b8072571615813f0.tar.xz
prepare for the release of smokeping-20060418_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 1aa5a1a..9c57f35 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="20060417";
+$VERSION="20060418";
# we want opts everywhere
my %opt;