summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-24 01:01:09 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-24 01:01:09 +0200
commit79cb6fdc7391eb5d37a095a58cdfc2dfdf761b48 (patch)
tree57ff028ed9975b5312ba2171f0bda2e8a7e35afb /lib/Smokeping.pm
parente7d508f06248c1d7ca981beabcbfb0308219d0ea (diff)
downloadsmokeping-79cb6fdc7391eb5d37a095a58cdfc2dfdf761b48.tar.gz
smokeping-79cb6fdc7391eb5d37a095a58cdfc2dfdf761b48.tar.xz
prepare for the release of smokeping-20050924_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 f2631e5..0b0a2f7 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="20050923";
+$VERSION="20050924";
# we want opts everywhere
my %opt;