summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-02 01:00:58 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-02 01:00:58 +0100
commit04aa92d0a09308a99631bd73f69838a43065d02b (patch)
treedfad6f1ce828cf1727fc26585f13de92d18c61bf /lib
parentc933a6039693020169584f878a3cfade99c58e92 (diff)
downloadsmokeping-04aa92d0a09308a99631bd73f69838a43065d02b.tar.gz
smokeping-04aa92d0a09308a99631bd73f69838a43065d02b.tar.xz
prepare for the release of smokeping-20051102_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 c589c84..92e08e8 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="20051101";
+$VERSION="20051102";
# we want opts everywhere
my %opt;