summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-12 01:01:07 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-12 01:01:07 +0100
commit2aeb1cfb160a72307b3c5dd6d122a533ff4f9b55 (patch)
tree691eaa1ad9b69980324391c53cb6f0c670de1a35 /lib/Smokeping.pm
parentc1ac0cbb380212efff08eda78af5cbe5e18c5935 (diff)
downloadsmokeping-2aeb1cfb160a72307b3c5dd6d122a533ff4f9b55.tar.gz
smokeping-2aeb1cfb160a72307b3c5dd6d122a533ff4f9b55.tar.xz
prepare for the release of smokeping-20051212_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 1d82aef..ef900e3 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="20051211";
+$VERSION="20051212";
# we want opts everywhere
my %opt;