summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-19 01:00:49 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-19 01:00:49 +0200
commit3b5baa2cecbfa29e6f355300e6c4068d1ba1dbce (patch)
treeb0972007af66a2e4d89ac465795e1e782aaa7a72 /lib
parentc2d71b63191ed2029b57468dcaa5df824236b0dc (diff)
downloadsmokeping-3b5baa2cecbfa29e6f355300e6c4068d1ba1dbce.tar.gz
smokeping-3b5baa2cecbfa29e6f355300e6c4068d1ba1dbce.tar.xz
prepare for the release of smokeping-20060619_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 2d0199d..3d4878a 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="20060618";
+$VERSION="20060619";
# we want opts everywhere
my %opt;