diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-22 01:01:07 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-22 01:01:07 +0100 |
commit | 8f4f24ab6d397a46e228c21c5964aab07a67a7e7 (patch) | |
tree | 9514899bc8faf423950cbd675267d244d199b09a /lib | |
parent | a7def2ca84fad70758e24bbc3d83d330d37f2570 (diff) | |
download | smokeping-8f4f24ab6d397a46e228c21c5964aab07a67a7e7.tar.gz smokeping-8f4f24ab6d397a46e228c21c5964aab07a67a7e7.tar.xz |
prepare for the release of smokeping-20051222_trunk
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 234cbdb..38b8141 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="20051221"; +$VERSION="20051222"; # we want opts everywhere my %opt; |