diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-23 01:01:00 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-23 01:01:00 +0200 |
commit | e7d508f06248c1d7ca981beabcbfb0308219d0ea (patch) | |
tree | 3ef82efff7d4e11f06a85749830acc5167175a46 /lib | |
parent | f7ec5a8d8089bf2ab5edcd33a155655783a050ae (diff) | |
download | smokeping-e7d508f06248c1d7ca981beabcbfb0308219d0ea.tar.gz smokeping-e7d508f06248c1d7ca981beabcbfb0308219d0ea.tar.xz |
prepare for the release of smokeping-20050923_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 624e492..f2631e5 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="20050922"; +$VERSION="20050923"; # we want opts everywhere my %opt; |