summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-09 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-09 01:00:54 +0200
commitc4f790f7df347a185bcc7c749ad7f69f2cabdd19 (patch)
tree6eebe8e1d755192ce3b3ef111b5afc18b67c6ac5 /lib
parenta9f6a569bf8f150b1f3ecacffbc5598e85f6f136 (diff)
downloadsmokeping-c4f790f7df347a185bcc7c749ad7f69f2cabdd19.tar.gz
smokeping-c4f790f7df347a185bcc7c749ad7f69f2cabdd19.tar.xz
prepare for the release of smokeping-20060409_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 f9c8b5a..1c95a19 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="20060408";
+$VERSION="20060409";
# we want opts everywhere
my %opt;