diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-25 01:00:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-25 01:00:53 +0200 |
commit | 305c42df2a4ac4fa8a2b33a0a0683b028e626e98 (patch) | |
tree | 041e82deebb0233a2d4de4e274c2d4769e231b89 /lib | |
parent | a391548f32753e651cb44c297cb010eb9f8d0152 (diff) | |
download | smokeping-305c42df2a4ac4fa8a2b33a0a0683b028e626e98.tar.gz smokeping-305c42df2a4ac4fa8a2b33a0a0683b028e626e98.tar.xz |
prepare for the release of smokeping-20060425_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 cf7047a..33cd249 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="20060424"; +$VERSION="20060425"; # we want opts everywhere my %opt; |