summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-30 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-30 01:00:51 +0200
commit3b6841978aff64e8f21aa424e2245d46c0132094 (patch)
tree6f5a10cbe8a1c54874f22fd5ce5162cb93f9ae93 /lib/Smokeping.pm
parentc9b778cc793a0aa617b378f289ccca27aa73204a (diff)
downloadsmokeping-3b6841978aff64e8f21aa424e2245d46c0132094.tar.gz
smokeping-3b6841978aff64e8f21aa424e2245d46c0132094.tar.xz
prepare for the release of smokeping-20060430_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index e2c63b9..8296a6e 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="20060429";
+$VERSION="20060430";
# we want opts everywhere
my %opt;