summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-07 01:01:04 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-07 01:01:04 +0100
commit8554c768b586a3b15f14e7aa6b397f9c4efce4b4 (patch)
treed9a885b8185e0c8723bd95b6826739cc7bddc7b6 /lib
parent714f7e3d167b5dd3a20c508fc083ac8132e10bb5 (diff)
downloadsmokeping-8554c768b586a3b15f14e7aa6b397f9c4efce4b4.tar.gz
smokeping-8554c768b586a3b15f14e7aa6b397f9c4efce4b4.tar.xz
prepare for the release of smokeping-20051107_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 e1c2119..b7461ba 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="20051106";
+$VERSION="20051107";
# we want opts everywhere
my %opt;