summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-17 01:00:57 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-17 01:00:57 +0200
commit4fec7afde03c59022a8473b7d465f01ac822ff16 (patch)
treea91b4fff2df50410dc182242d0ac53cb53514905 /lib
parentc6511eb9a138b20fffde614288d13851e3b8219b (diff)
downloadsmokeping-4fec7afde03c59022a8473b7d465f01ac822ff16.tar.gz
smokeping-4fec7afde03c59022a8473b7d465f01ac822ff16.tar.xz
prepare for the release of smokeping-20060617_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 1c82767..c308e00 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="20060616";
+$VERSION="20060617";
# we want opts everywhere
my %opt;