summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-27 01:00:49 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-27 01:00:49 +0100
commitfe0e0f001d671727fc891af3d7b5f861dfb49de2 (patch)
treefff9481329e3ef9ca1db811c510bd07665fbf2c2 /lib
parent33e761c82de6a458c1260c2212b4e1b51c28c989 (diff)
downloadsmokeping-fe0e0f001d671727fc891af3d7b5f861dfb49de2.tar.gz
smokeping-fe0e0f001d671727fc891af3d7b5f861dfb49de2.tar.xz
prepare for the release of smokeping-20060127_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 89f3009..f732301 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="20060126";
+$VERSION="20060127";
# we want opts everywhere
my %opt;