diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-26 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-26 01:00:54 +0200 |
commit | 979e18a01a43bc15dbd0e8234a2bf607ab08f541 (patch) | |
tree | 1bbb07a42c08d2f608ba0604101d82ac1df827f1 /lib | |
parent | 305c42df2a4ac4fa8a2b33a0a0683b028e626e98 (diff) | |
download | smokeping-979e18a01a43bc15dbd0e8234a2bf607ab08f541.tar.gz smokeping-979e18a01a43bc15dbd0e8234a2bf607ab08f541.tar.xz |
prepare for the release of smokeping-20060426_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 33cd249..81d9623 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="20060425"; +$VERSION="20060426"; # we want opts everywhere my %opt; |