summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-11 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-11 01:00:54 +0200
commitbb79f178b55d84776e72d123634513941e4cbf94 (patch)
tree72450cb7332927d77e5e9852e471a7f5ea73875b /lib
parenteea608d23ea60480a67dc5bad16821096c0d8d3d (diff)
downloadsmokeping-bb79f178b55d84776e72d123634513941e4cbf94.tar.gz
smokeping-bb79f178b55d84776e72d123634513941e4cbf94.tar.xz
prepare for the release of smokeping-20060811_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index a264244..6b1429b 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="20060810";
+$VERSION="20060811";
# we want opts everywhere
my %opt;