summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-24 01:00:56 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-24 01:00:56 +0100
commit62e3577448c628db993746355c9e48162fbcf898 (patch)
treecc845f6df588746105fea530855504d0a6a66157 /lib
parentf8e5cb064dd35f2872ffcb90e623bb3fa55ce82c (diff)
downloadsmokeping-62e3577448c628db993746355c9e48162fbcf898.tar.gz
smokeping-62e3577448c628db993746355c9e48162fbcf898.tar.xz
prepare for the release of smokeping-20060124_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 d13cf28..75baaa1 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="20060123";
+$VERSION="20060124";
# we want opts everywhere
my %opt;