diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-28 01:00:56 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-28 01:00:56 +0200 |
commit | e0ae4ef798ac097ff5703ac1bb3208ded8703ac9 (patch) | |
tree | f169fabce5ccbc13be38cb34f2a9369bbe7f0030 /lib | |
parent | a9e9cc5464f76f418838d8b1320adebebf9ec9f4 (diff) | |
download | smokeping-e0ae4ef798ac097ff5703ac1bb3208ded8703ac9.tar.gz smokeping-e0ae4ef798ac097ff5703ac1bb3208ded8703ac9.tar.xz |
prepare for the release of smokeping-20060728_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 b6b1c7c..e354011 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -28,7 +28,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="20060727"; +$VERSION="20060728"; # we want opts everywhere my %opt; |