diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-19 01:01:05 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-19 01:01:05 +0100 |
commit | 4b00783932733db3b58296742e3f7946e697dd64 (patch) | |
tree | 32e9ff65e3a569b8b7596e53243e4122d39806c2 /lib | |
parent | b1aa79d75ffc85cafc945a8e7253f56a9e2b522a (diff) | |
download | smokeping-4b00783932733db3b58296742e3f7946e697dd64.tar.gz smokeping-4b00783932733db3b58296742e3f7946e697dd64.tar.xz |
prepare for the release of smokeping-20051219_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 eb1ed71..696e273 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="20051218"; +$VERSION="20051219"; # we want opts everywhere my %opt; |