diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-01 01:00:52 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-01 01:00:52 +0200 |
commit | 2ae71f2430ad1ec64882911278078caf41c7ea50 (patch) | |
tree | eca664eeb4d9169cd72e6b92ad3e776ee66157ff /lib | |
parent | b585d236b5c9e4fec03146e4ce5c3452507e438e (diff) | |
download | smokeping-2ae71f2430ad1ec64882911278078caf41c7ea50.tar.gz smokeping-2ae71f2430ad1ec64882911278078caf41c7ea50.tar.xz |
prepare for the release of smokeping-20060801_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 91f086d..8d7c196 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -28,7 +28,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="20060731"; +$VERSION="20060801"; # we want opts everywhere my %opt; |