summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-23 01:00:58 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-23 01:00:58 +0200
commitc9e23f7a3da48ffa3a248254eb4107034a70d6ac (patch)
treeeea09080b52d071130b37c4c70dcd128cd335604 /lib
parent593fa608368eea633c226c41218bd8bbd90ef3d8 (diff)
downloadsmokeping-c9e23f7a3da48ffa3a248254eb4107034a70d6ac.tar.gz
smokeping-c9e23f7a3da48ffa3a248254eb4107034a70d6ac.tar.xz
prepare for the release of smokeping-20051023_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 8143236..c67132d 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="20051022";
+$VERSION="20051023";
# we want opts everywhere
my %opt;