summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-23 01:01:00 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-23 01:01:00 +0200
commite7d508f06248c1d7ca981beabcbfb0308219d0ea (patch)
tree3ef82efff7d4e11f06a85749830acc5167175a46 /lib/Smokeping.pm
parentf7ec5a8d8089bf2ab5edcd33a155655783a050ae (diff)
downloadsmokeping-e7d508f06248c1d7ca981beabcbfb0308219d0ea.tar.gz
smokeping-e7d508f06248c1d7ca981beabcbfb0308219d0ea.tar.xz
prepare for the release of smokeping-20050923_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 624e492..f2631e5 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="20050922";
+$VERSION="20050923";
# we want opts everywhere
my %opt;