summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-03 01:00:56 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-03 01:00:56 +0100
commit8ab320e78f3e87258976262d8b8df26d11384e5b (patch)
treef14c3965d86471635bff60295b9958dd25a3ffcc /lib
parent04aa92d0a09308a99631bd73f69838a43065d02b (diff)
downloadsmokeping-8ab320e78f3e87258976262d8b8df26d11384e5b.tar.gz
smokeping-8ab320e78f3e87258976262d8b8df26d11384e5b.tar.xz
prepare for the release of smokeping-20051103_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 92e08e8..32f812f 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="20051102";
+$VERSION="20051103";
# we want opts everywhere
my %opt;