summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-04 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-04 01:00:51 +0200
commited4246d5c391c6b21ab0ccc8c7bccb32e6939641 (patch)
tree4edaf027fbdb12bbea5589c9d5381bf15810f53b /lib/Smokeping.pm
parent3a8c46ba012c22b5d2e1d0b3117b40b64fd32813 (diff)
downloadsmokeping-ed4246d5c391c6b21ab0ccc8c7bccb32e6939641.tar.gz
smokeping-ed4246d5c391c6b21ab0ccc8c7bccb32e6939641.tar.xz
prepare for the release of smokeping-20060604_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 8a3894f..a569350 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="20060603";
+$VERSION="20060604";
# we want opts everywhere
my %opt;