diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-20 01:00:59 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-20 01:00:59 +0200 |
commit | ce3590638105b69b537589f14cd3109f93315293 (patch) | |
tree | a7a8c645b3d3fc5a327889a5eec2c376745f79a9 /lib | |
parent | c616eb281b2211395a5cf03cc31d7d803227eb89 (diff) | |
download | smokeping-ce3590638105b69b537589f14cd3109f93315293.tar.gz smokeping-ce3590638105b69b537589f14cd3109f93315293.tar.xz |
prepare for the release of smokeping-20050920_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 b6145f0..7609874 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="20050919"; +$VERSION="20050920"; # we want opts everywhere my %opt; |