diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-02 01:00:58 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-02 01:00:58 +0100 |
commit | 04aa92d0a09308a99631bd73f69838a43065d02b (patch) | |
tree | dfad6f1ce828cf1727fc26585f13de92d18c61bf /lib | |
parent | c933a6039693020169584f878a3cfade99c58e92 (diff) | |
download | smokeping-04aa92d0a09308a99631bd73f69838a43065d02b.tar.gz smokeping-04aa92d0a09308a99631bd73f69838a43065d02b.tar.xz |
prepare for the release of smokeping-20051102_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 c589c84..92e08e8 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="20051101"; +$VERSION="20051102"; # we want opts everywhere my %opt; |