summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-24 01:01:00 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-24 01:01:00 +0200
commit313e5a392ecfb97f8fdab78ecef6aea7f9790c62 (patch)
treeba42f3d99dc05e8c2a49c6883439e1936cf7ac4c /lib/Smokeping.pm
parent446159316e2445b0b5596696a8b135529cc64099 (diff)
downloadsmokeping-313e5a392ecfb97f8fdab78ecef6aea7f9790c62.tar.gz
smokeping-313e5a392ecfb97f8fdab78ecef6aea7f9790c62.tar.xz
prepare for the release of smokeping-20060624_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 dc0adb6..8e59c6b 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="20060623";
+$VERSION="20060624";
# we want opts everywhere
my %opt;