diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-26 01:00:58 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-26 01:00:58 +0100 |
commit | 127dddf876c89630fcd0f4322bbebd136057a78e (patch) | |
tree | f971235c0ddfec9b5899c7b24791f383d7b08830 /lib | |
parent | 4f924e7e288b8b827a1f39f755a4739bce2f8ed0 (diff) | |
download | smokeping-127dddf876c89630fcd0f4322bbebd136057a78e.tar.gz smokeping-127dddf876c89630fcd0f4322bbebd136057a78e.tar.xz |
prepare for the release of smokeping-20060226_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 58d629f..906ccb4 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="20060225"; +$VERSION="20060226"; # we want opts everywhere my %opt; |