summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-28 01:00:56 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-28 01:00:56 +0200
commite0ae4ef798ac097ff5703ac1bb3208ded8703ac9 (patch)
treef169fabce5ccbc13be38cb34f2a9369bbe7f0030 /lib/Smokeping.pm
parenta9e9cc5464f76f418838d8b1320adebebf9ec9f4 (diff)
downloadsmokeping-e0ae4ef798ac097ff5703ac1bb3208ded8703ac9.tar.gz
smokeping-e0ae4ef798ac097ff5703ac1bb3208ded8703ac9.tar.xz
prepare for the release of smokeping-20060728_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 b6b1c7c..e354011 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="20060727";
+$VERSION="20060728";
# we want opts everywhere
my %opt;