diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-13 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-13 01:00:53 +0100 |
commit | c186d8f231b999aea5c64c4c38c9f04a2c79ee34 (patch) | |
tree | 7525b71a39808656bc50d0324aa0338b82c3dc1e /lib | |
parent | da9ca937189fbd8e610fa6d9b9df0718e55a886e (diff) | |
download | smokeping-c186d8f231b999aea5c64c4c38c9f04a2c79ee34.tar.gz smokeping-c186d8f231b999aea5c64c4c38c9f04a2c79ee34.tar.xz |
prepare for the release of smokeping-20060113_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 8735b19..0a05dc0 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="20060112"; +$VERSION="20060113"; # we want opts everywhere my %opt; |