diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-02 01:00:50 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-02 01:00:50 +0200 |
commit | 0ba264ad26728b522dca8681df97369e42e81b92 (patch) | |
tree | bb1c994ecc00f46d269894f87da6d91b0c202476 /lib | |
parent | a1c148476f32f43bfc0c064f3e05dd694230b9ab (diff) | |
download | smokeping-0ba264ad26728b522dca8681df97369e42e81b92.tar.gz smokeping-0ba264ad26728b522dca8681df97369e42e81b92.tar.xz |
prepare for the release of smokeping-20060502_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 4766323..bf37f26 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="20060501"; +$VERSION="20060502"; # we want opts everywhere my %opt; |