summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-02-13 01:00:48 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-02-13 01:00:48 +0100
commit0dd43b8d31eb1748474c7cd91f2a30508b1100e8 (patch)
treeeb8c1332917edd024a756e99b4d8d1b2e05f5588 /lib
parent8e8c72864c24b4cfa9390c50a5e61a48d0e5be0b (diff)
downloadsmokeping-0dd43b8d31eb1748474c7cd91f2a30508b1100e8.tar.gz
smokeping-0dd43b8d31eb1748474c7cd91f2a30508b1100e8.tar.xz
prepare for the release of smokeping-20060213_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 724ca57..7fb6bec 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="20060212";
+$VERSION="20060213";
# we want opts everywhere
my %opt;