summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-26 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-26 01:00:51 +0200
commitff15a9dfc43a89f23ed99e100b97c6280ca79a96 (patch)
treea7b20f02b312109c5d3e476753a857034558e13a /lib
parentb00129a9eed4717d3b320cb728bead23e177e160 (diff)
downloadsmokeping-ff15a9dfc43a89f23ed99e100b97c6280ca79a96.tar.gz
smokeping-ff15a9dfc43a89f23ed99e100b97c6280ca79a96.tar.xz
prepare for the release of smokeping-20060526_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 ea6a894..d3a1535 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="20060525";
+$VERSION="20060526";
# we want opts everywhere
my %opt;